| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1195564 | raphaelp | Mensza (COI22_mensza) | C++20 | 122 ms | 2504 KiB |
// grok
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
int L;
cin >> L;
int Q;
cin >> Q;
for (int q = 0; q < Q; q++)
{
string type;
cin >> type;
if (type == "alojzije")
{
int A;
cin >> A;
cout << 0 << '\n';
}
else if (type == "benjamin")
{
int B;
cin >> B;
cout << 0 << '\n';
}
else if (type == "cecilija")
{
cout << "A";
}
}
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... | ||||
