Submission #429934

# Submission time Handle Problem Language Result Execution time Memory
429934 2021-06-16T10:36:05 Z Mohammed_Atalah Duathlon (APIO18_duathlon) C++17
Compilation error
0 ms 0 KB
#include<iostream>

using namespace std;

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

Compilation message

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