QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620693 | #9320. Find the Easiest Problem | C0pyCat | Compile Error | / | / | C11 | 166b | 2024-10-07 20:27:25 | 2024-10-07 20:27:25 |
Judging History
answer
#include <iostream>
using namespace std;
int main() {
int x = 2022;
int y = 2023;
y = (x = x < x + y || y = y > y - x);
cout << x << " " << y << endl;
}
Details
answer.code:1:10: fatal error: iostream: No such file or directory #include <iostream> ^~~~~~~~~~ compilation terminated.