실행 실패 (제출 코드 컴파일 에러)
Main.cpp:1:10: error: ‘iostream’ was not declared in this scope 1 | include <iostream> | ^~~~~~~~ Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:10: error: ‘iostream’ was not declared in this scope Main.cpp:1:1: error: ‘include’ does not name a type 1 | include <iostream> | ^~~~~~~ Main.cpp: In function ‘int main()’: Main.cpp:7:3: error: ‘cin’ was not declared in this scope 7 | cin >> n; | ^~~ Main.cpp:19:3: error: ‘cout’ was not declared in this scope 19 | cout << res << endl; | ^~~~ Main.cpp:19:18: error: ‘endl’ was not declared in this scope 19 | cout << res << endl; | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.