Submission #1320381

#TimeUsernameProblemLanguageResultExecution timeMemory
1320381nikaa123A + B (IOI24_aplusb)C++20
Compilation error
0 ms0 KiB
#include<iostream> int sum(int a, int b) return a+b

Compilation message (stderr)

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