1096
수열에서 k번째 값을 특정한 값으로 바꾸어 출력하기 컴파일 에러
C
0 ms
0 KB
2026-08-21 03:04:32
제출 코드
컴파일 에러
Main.c: In function ‘main’:
Main.c:4:5: error: ‘reccccturn’ undeclared (first use in this function)
4 | reccccturn 0;
| ^~~~~~~~~~
Main.c:4:5: note: each undeclared identifier is reported only once for each function it appears in
Main.c:4:15: error: expected ‘;’ before numeric constant
4 | reccccturn 0;
| ^~
| ;