| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1175629 | tanchya | Mecho (IOI09_mecho) | C++20 | 41 ms | 1144 KiB |
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,s;
cin>>n>>s;
vector<vector<char>> v(n,vector<char>(n));
for (int i = 0;i<n;i++){
for(int j = 0;j<n;j++){
cin>>v[i][j];
}
}
cout<<-1;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
