Submission #429934

#TimeUsernameProblemLanguageResultExecution timeMemory
429934Mohammed_Atalah철인 이종 경기 (APIO18_duathlon)C++17
Compilation error
0 ms0 KiB
#include<iostream>

using namespace std;

int main() {
  
  while(1) {
    
  }
  
  return 0
}

Compilation message (stderr)

count_triplets.cpp: In function 'int main()':
count_triplets.cpp:11:11: error: expected ';' before '}' token
   11 |   return 0
      |           ^
      |           ;
   12 | }
      | ~