結果
| 問題 | No.2098 [Cherry Alpha *] Introduction |
| コンテスト | |
| ユーザー |
shojin
|
| 提出日時 | 2024-05-04 18:14:07 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 322 bytes |
| 記録 | |
| コンパイル時間 | 3,159 ms |
| コンパイル使用メモリ | 272,556 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-11-26 07:48:55 |
| 合計ジャッジ時間 | 3,782 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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