# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
420976 | ioi | Tracks in the Snow (BOI13_tracks) | C++14 | 1091 ms | 31624 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
using namespace std ;
int h , w ;
char arr[4010][4010];
int main(){
cin >> h >> w ;
for(int i = 0 ; i < h ; i ++)
for(int j = 0 ;j < w ; j ++)
cin >> arr[i][j];
cout << 2 ;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |