제출 #1251152

#제출 시각아이디문제언어결과실행 시간메모리
1251152antarbanikA + 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){
      | ^~~