結果
問題 | No.2098 [Cherry Alpha *] Introduction |
ユーザー |
|
提出日時 | 2022-10-15 00:58:48 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 162 bytes |
コンパイル時間 | 573 ms |
コンパイル使用メモリ | 63,444 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-26 18:51:15 |
合計ジャッジ時間 | 1,259 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 |
ソースコード
#include<iostream> using namespace std; string S; int main() { cin>>S; cout<<(S[0]=='Z'?"1st":S[0]=='B'?"2nd":S[0]=='S'?"3rd":S[0]=='E'?"4th":"Alpha")<<endl; }