제출 #429934

#제출 시각아이디문제언어결과실행 시간메모리
429934Mohammed_AtalahDuathlon (APIO18_duathlon)C++17
컴파일 에러
0 ms0 KiB
#include<iostream> using namespace std; int main() { while(1) { } return 0 }

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

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