제출 #1171915

#제출 시각아이디문제언어결과실행 시간메모리
1171915manowoA + B (IOI24_aplusb)C++20
컴파일 에러
0 ms0 KiB
#include <bitrs/stdc++.h> using namespace std; int main() { int a , b; cin >> a >> b; cout << a + b << endl; }

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

aplusb.cpp:1:10: fatal error: bitrs/stdc++.h: No such file or directory
    1 | #include <bitrs/stdc++.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.