168942025-05-15 17:04:18algoproKét csoportcpp17Wrong answer 0/1001ms508 KiB
// UUID: 03190397-18f4-4614-a99c-129bc544b14a
#include <bits/stdc++.h>
 
using namespace std;
 
#define ll long long
#define fs first
#define sc second
#define pb push_back
#define pll pair<ll, ll>
#define vll vector<ll>
#define v2ll vector<vll>
#define pqll priority_queue<ll>

const ll mod = 1e9+7;
const ll inf = LONG_LONG_MAX;

ll n;

void solve()
{
    cin >> n;
}
 
signed main()
{
    ios_base::sync_with_stdio(false);
    cin.tie(NULL); cout.tie(NULL);
    ll t = 1;
    //cin >> t;
    while(t--)
    {
        solve();
    }
    return 0;
}
SubtaskSumTestVerdictTimeMemory
base0/100
1Wrong answer0/01ms320 KiB
2Wrong answer0/01ms316 KiB
3Wrong answer0/31ms316 KiB
4Wrong answer0/31ms316 KiB
5Wrong answer0/31ms316 KiB
6Wrong answer0/31ms316 KiB
7Wrong answer0/31ms316 KiB
8Wrong answer0/21ms316 KiB
9Wrong answer0/31ms316 KiB
10Wrong answer0/31ms508 KiB
11Wrong answer0/31ms316 KiB
12Wrong answer0/31ms316 KiB
13Wrong answer0/31ms316 KiB
14Wrong answer0/31ms316 KiB
15Wrong answer0/61ms316 KiB
16Wrong answer0/71ms316 KiB
17Wrong answer0/71ms316 KiB
18Wrong answer0/61ms316 KiB
19Wrong answer0/61ms316 KiB
20Wrong answer0/61ms316 KiB
21Wrong answer0/61ms316 KiB
22Wrong answer0/71ms316 KiB
23Wrong answer0/71ms316 KiB
24Wrong answer0/71ms316 KiB