제출 #1251153

#제출 시각아이디문제언어결과실행 시간메모리
1251153antarbanikA + B (IOI24_aplusb)C++20
컴파일 에러
0 ms0 KiB
sum(int A, int B){ return A + B; }

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

aplusb.cpp:1:1: error: ISO C++ forbids declaration of 'sum' with no type [-fpermissive]
    1 | sum(int A, int B){
      | ^~~