QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
详细
answer.code:1:10: fatal error: iostream: No such file or directory #include <iostream> ^~~~~~~~~~ compilation terminated.