제출 #680628

#제출 시각아이디문제언어결과실행 시간메모리
680628MasterTasterTracks in the Snow (BOI13_tracks)C++14
0 / 100
1 ms388 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() {
    cin>>n>>m;

    cout<<3;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...