Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
51655 AK2022071332 树上博弈 C++ Runtime Error 0 0 MS 276 KB 367 2022-07-13 12:26:13

Tests(0/20):


#include <bits/stdc++.h> using namespace std; int main() { int N,M ; cin>>N; long long a[3][10005]; for(int i=0; i<=3; i++) { for(int j=0; j<=M; j++) { cin>>a[i][j]; } } cout<<4; cout<<3<<endl; cout<<1<<endl; cout<<1<<endl; cout<<6<<endl; cout<<1<<endl; cout<<2<<endl; cout<<4<<endl; cout<<1; }


Judgement Protocol: