답안 #17295

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
17295 2015-11-17T07:08:39 Z lim2037 main 함수 (BSC_0_0) C++
컴파일 오류
0 ms 0 KB
int main()
{
  return;
}

Compilation message

main.cpp: In function ‘int main()’:
main.cpp:3:3: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
   return;
   ^