Submission #1347320

#TimeUsernameProblemLanguageResultExecution timeMemory
1347320jahinahnafA + B (IOI24_aplusb)C++20
Compilation error
0 ms0 KiB
int sum(int A, int B) return A+B;

Compilation message (stderr)

aplusb.cpp: In function 'int sum(int, int)':
aplusb.cpp:1:23: error: named return values are no longer supported
    1 | int sum(int A, int B) return A+B;
      |                       ^~~~~~
aplusb.cpp:1:34: error: expected '{' at end of input
    1 | int sum(int A, int B) return A+B;
      |                                  ^
aplusb.cpp:1:34: warning: no return statement in function returning non-void [-Wreturn-type]