| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1287189 | harryleee | Tracks in the Snow (BOI13_tracks) | C++20 | 16 ms | 12392 KiB |
#include<bits/stdc++.h>
using namespace std;
const int maxn = 3e3;
int n, m, O[maxn + 1][maxn + 1], I[maxn + 1][maxn + 1];
string s[maxn + 1];
long long res = 0;
int main(){
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
cin >> n >> m;
for (int i = 1; i <= n; ++i){
cin >> s[i];
s[i] = " " + s[i];
}
cout << 2;
return 0;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
