Submission #597135

# Submission time Handle Problem Language Result Execution time Memory
597135 2022-07-15T14:35:27 Z definitelynotmee Peru (RMI20_peru) C++17
0 / 100
0 ms 340 KB
    #include "peru.h"
    #include<bits/stdc++.h>
    #define ff first
    #define ss second
    #define all(x) x.begin(), x.end()
    using namespace std;
    using ll = long long;
    using pii = pair<int,int>;
    using pll = pair<ll,ll>;
    template<typename T>
    using matrix = vector<vector<T>>;
    const ll INFL = 1ll<<60;
    const int MOD = 1e9+7;
     
    int solve(int n, int k, int* v){
     
        exit(n > 2000);
        
        return 0;
    }
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 340 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 340 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 340 KB Output isn't correct
2 Halted 0 ms 0 KB -