답안 #1024574

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -