제출 #1271778

#제출 시각아이디문제언어결과실행 시간메모리
1271778cbnk32_tuandungmain 함수 (BSC_0_0)C11
컴파일 에러
0 ms0 KiB
#include <iostream> using namespace std; int main() { return 0; }

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

main.c:1:10: fatal error: iostream: No such file or directory
    1 | #include <iostream>
      |          ^~~~~~~~~~
compilation terminated.