Submission #1323779

#TimeUsernameProblemLanguageResultExecution timeMemory
1323779solitaryManA + B (IOI24_aplusb)C++20
Compilation error
0 ms0 KiB
#include "aplusb.h"

int sum(int A, int B) {
  return A
}

Compilation message (stderr)

aplusb.cpp: In function 'int sum(int, int)':
aplusb.cpp:4:11: error: expected ';' before '}' token
    4 |   return A
      |           ^
      |           ;
    5 | }
      | ~