結果
問題 |
No.8060 サンプルケース至上主義
|
ユーザー |
![]() |
提出日時 | 2020-04-01 22:43:11 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 526 bytes |
コンパイル時間 | 1,500 ms |
コンパイル使用メモリ | 166,780 KB |
実行使用メモリ | 6,940 KB |
最終ジャッジ日時 | 2024-06-27 12:01:18 |
合計ジャッジ時間 | 1,962 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 2 |
ソースコード
#include <bits/stdc++.h> using namespace std; constexpr int mod = 1000000007; int main() { while (cin) { string S; cin >> S; if (S == "0")cout << "Nothing"; else if (S == "3.14159265")cout << "pi"; else if (S == "1112345678999+X") { cout << "九蓮宝燈"; cin >> S; if (S == "19m19p19s東南西北白發中 + Y")cout << "Thirteen Orphans"; } else if (S == "All your base are belong to us")cout << "3 4 4 3 6 2 2"; else if (S == "くぁwせdrftgyふじこlp")cout << "さmpぇ"; } }