Submission #1251151

#TimeUsernameProblemLanguageResultExecution timeMemory
1251151antarbanikA + 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){
      | ^~~