# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1186690 | pxsit | Tracks in the Snow (BOI13_tracks) | C++20 | 23 ms | 552 KiB |
#include <bits/stdc++.h>
using namespace std;
#define int long long
int32_t main(){
ios::sync_with_stdio(0);
cin.tie(0);
int a,b;
cin >> a >> b;
for(int i=0;i<a;i++){
string s;
cin >> s;
}
cout << 2;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |