제출 #597387

#제출 시각아이디문제언어결과실행 시간메모리
597387definitelynotmeeSum Zero (RMI20_sumzero)C++98
0 / 100
0 ms212 KiB
#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>>;

int lift[10][400000];

int main(){
    
    cin.tie(0)->sync_with_stdio(0);
    lift[5][20] = 3;
    cout << lift[5][20] << '\n';
 
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...