Notice
Recent Posts
Recent Comments
Link
목록2025/06/06 (1)
DY의 세상구경

1차원 배열을 다 풀고 다음 단계인 문자열#define _CRT_SECURE_NO_WARNINGS#include #include #include using namespace std;int main(){ char word[1000]; int i; scanf("%s", word); scanf("%d", &i); printf("%c\n", word[i-1]); return 0;}엄청 단순해서 그냥 i번째만 출력하면 끝.
IT/ALGORITHM
2025. 6. 6. 14:22