| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1294086 | zahra_ | Match (CEOI16_match) | C++20 | 0 ms | 332 KiB |
#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
string s;
cin >> s;
if(s.size() % 2 != 0){
cout << -1 << endl;
return 0;
}
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
