Submission #1105686

#TimeUsernameProblemLanguageResultExecution timeMemory
1105686ElayV13A + B (IOI24_aplusb)C++17
Compilation error
0 ms0 KiB
#include <iostream> using namespace std; int sum(int A , int B) { return (A + b); }

Compilation message (stderr)

aplusb.cpp: In function 'int sum(int, int)':
aplusb.cpp:6:17: error: 'b' was not declared in this scope
    6 |     return (A + b);
      |                 ^