제출 #38362

#제출 시각아이디문제언어결과실행 시간메모리
38362daniel_02Bomb (IZhO17_bomb)C++14
0 / 100
0 ms2016 KiB
#include <bits/stdc++.h> #define pb push using namespace std; const int N = 105; main() { cout << 0 << endl; }

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

bomb.cpp:9:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
#Verdict Execution timeMemoryGrader output
Fetching results...