| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 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;
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
