Submission #1251153

#TimeUsernameProblemLanguageResultExecution timeMemory
1251153antarbanikA + B (IOI24_aplusb)C++20
Compilation error
0 ms0 KiB
sum(int A, int B){ return A + B; }

Compilation message (stderr)

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