제출 #833548

#제출 시각아이디문제언어결과실행 시간메모리
833548vjudge1Bomb (IZhO17_bomb)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; int main() { cout << 1 << endl; {

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

bomb.cpp: In function 'int main()':
bomb.cpp:5:1: error: expected '}' at end of input
    5 | {
      | ^
bomb.cpp:5:1: error: expected '}' at end of input
bomb.cpp:3:12: note: to match this '{'
    3 | int main() {
      |            ^