Submission #833548

#TimeUsernameProblemLanguageResultExecution timeMemory
833548vjudge1Bomb (IZhO17_bomb)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;
int main() {
   cout << 1 << endl;
{

Compilation message (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() {
      |            ^