Submission #735256

# Submission time Handle Problem Language Result Execution time Memory
735256 2023-05-03T18:47:14 Z Abito Izvanzemaljci (COI21_izvanzemaljci) C++14
0 / 100
1 ms 344 KB
#include <bits/stdc++.h>
#define endl '\n'
#define ep insert
#define F first
#define S second
using namespace std;
const int N=1e5+5;
int n,k;
pair<int,int> a[N];
int32_t main(){
    ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
    cin>>n>>k;
    for (int i=1;i<=n;i++) cin>>a[i].F>>a[i].S;
    if (k==1){
        cout<<"0 0 2000000000"<<endl;
        return 0;
    }
    return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Unexpected end of file - int64 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Unexpected end of file - int64 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Unexpected end of file - int64 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 340 KB Unexpected end of file - int64 expected
2 Halted 0 ms 0 KB -