Submission details
Task:TLE on Entrepreneur
Sender:tjaa
Submission time:2025-11-24 17:47:54 +0200
Language:C++ (C++20)
Status:READY
Result:
Test results
testverdicttime
#10.01 sdetails

Code

#include <bits/stdc++.h>
using namespace std;

int main () {
    int n = 2e5;
    cout << n << n << '\n';
    cout << ' ' << int(1e9);

    for(int i = 1; i < n; i++)
        cout << " 1";
    cout << '\n';
    return 0;
}

Test details

Test 1

Verdict:

input
2

correct output
23 1000000000
1000000000 1000000000 10000000...

user output
200000200000
 1000000000 1 1 1 1 1 1 1 1 1 ...