| Task: | TLE on Entrepreneur |
| Sender: | tjaa |
| Submission time: | 2025-11-24 17:39:54 +0200 |
| Language: | C++ (C++20) |
| Status: | READY |
| Result: | WRONG ANSWER |
| test | verdict | time | |
|---|---|---|---|
| #1 | WRONG ANSWER | 0.00 s | details |
Code
#include <bits/stdc++.h>
using namespace std;
int main () {
cout << "2 " << (int)1e9 << '\n' << (int)1e3 << " " << (int)1e9 << '\n';
return 0;
}