제출 #12856

#제출 시각아이디문제언어결과실행 시간메모리
12856solod로봇 (APIO13_robots)C++98
컴파일 에러
0 ms0 KiB
#iclude<stdio.h> int main(){ printf("hello world"); return 0; }

컴파일 시 표준 에러 (stderr) 메시지

robots.cpp:1:2: error: invalid preprocessing directive #iclude
robots.cpp: In function 'int main()':
robots.cpp:5:23: error: 'printf' was not declared in this scope