제출 #680631

#제출 시각아이디문제언어결과실행 시간메모리
680631MasterTasterTracks in the Snow (BOI13_tracks)C++14
2.19 / 100
1 ms260 KiB
#include <iostream> #include <string> #define MAXN 4010 #define ll long long #define pb push_back #define pii pair<int, int> #define xx first #define yy second using namespace std; int n, m, a[MAXN][MAXN]; int main() { cout<<1; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...