Submission #833548

# Submission time Handle Problem Language Result Execution time Memory
833548 2023-08-22T06:48:00 Z vjudge1 Bomb (IZhO17_bomb) C++17
Compilation error
0 ms 0 KB
#include<bits/stdc++.h>
using namespace std;
int main() {
   cout << 1 << endl;
{

Compilation message

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