Submission #943318

#TimeUsernameProblemLanguageResultExecution timeMemory
943318shoryu386Road Construction (JOI21_road_construction)C++17
Compilation error
0 ms0 KiB

Compilation message (stderr)

road_construction.cpp:30:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
   30 | main(){
      | ^~~~
road_construction.cpp: In function 'int main()':
road_construction.cpp:109:6: error: redeclaration of 'long long int ptr'
  109 |  int ptr = 0;
      |      ^~~
road_construction.cpp:56:6: note: 'long long int ptr' previously declared here
   56 |  int ptr = 0;
      |      ^~~