제출 #1241678

#제출 시각아이디문제언어결과실행 시간메모리
1241678whatisdpA + B (IOI24_aplusb)C++17
컴파일 에러
0 ms0 KiB
#include<aplusb.h> int sum(int A, int B) { return A + B; }

컴파일 시 표준 에러 (stderr) 메시지

aplusb.cpp:1:9: fatal error: aplusb.h: No such file or directory
    1 | #include<aplusb.h>
      |         ^~~~~~~~~~
compilation terminated.