Submission #1290926

#TimeUsernameProblemLanguageResultExecution timeMemory
1290926ChuanChenRectangles (IOI19_rect)C++20
Compilation error
0 ms0 KiB
#include "shoes.h" #include<bits/stdc++.h> using namespace std; long long count_swaps(vector<int> s) { if(s[0] < s[1]) return 0; return 1; }

Compilation message (stderr)

rect.cpp:1:10: fatal error: shoes.h: No such file or directory
    1 | #include "shoes.h"
      |          ^~~~~~~~~
compilation terminated.