답안 #429934

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
429934 2021-06-16T10:36:05 Z Mohammed_Atalah 철인 이종 경기 (APIO18_duathlon) C++17
컴파일 오류
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 | }
      | ~