답안 #597135

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