제출 #551342

#제출 시각아이디문제언어결과실행 시간메모리
551342ivan24The Xana coup (BOI21_xanadu)C++17
컴파일 에러
0 ms0 KiB
int main(){ std::cout << "4\n"; }

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

xanadu.cpp: In function 'int main()':
xanadu.cpp:2:8: error: 'cout' is not a member of 'std'
    2 |   std::cout << "4\n";
      |        ^~~~
xanadu.cpp:1:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
  +++ |+#include <iostream>
    1 | int main(){