Submission #1171915

#TimeUsernameProblemLanguageResultExecution timeMemory
1171915manowoA + B (IOI24_aplusb)C++20
Compilation error
0 ms0 KiB
#include <bitrs/stdc++.h>

using namespace std;

int main()
{
  int a , b;
  cin >> a >> b;
  cout << a + b << endl;
}

Compilation message (stderr)

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