結果
| 問題 | No.2098 [Cherry Alpha *] Introduction |
| コンテスト | |
| ユーザー |
shojin
|
| 提出日時 | 2024-05-04 18:14:07 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 322 bytes |
| 記録 | |
| コンパイル時間 | 3,380 ms |
| コンパイル使用メモリ | 329,536 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-05-20 18:19:39 |
| 合計ジャッジ時間 | 3,538 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 13 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
string S;
cin >> S;
if(S == "Zelkova and Cherry") cout << "1st";
if(S == "BANNED CONTEST") cout << "2nd";
if(S == "Stray Bullet") cout << "3rd";
if(S == "Early Summer Rain") cout << "4th";
if(S == "Do you know Cherry Contest?") cout << "Alpha";
}
shojin