Submission #1024574

# Submission time Handle Problem Language Result Execution time Memory
1024574 2024-07-16T08:11:03 Z Muhammet Relay (COI16_relay) C++17
0 / 100
0 ms 344 KB
#include <bits/stdc++.h>
using namespace std;

#define ll long long int
#define sz(x) (int)x.size()
#define ff first
#define ss second

const ll N = 300005;
const ll M = 1e9 + 7;

int T, n;

int main(){
    ios::sync_with_stdio(false); cin.tie(0);
    // freopen("file.in", "r", stdin);
    // freopen("file.out", "w", stdout);

    cin >> T;
    while(T--){
        cin >> n;
    }

    return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -