結果
問題 |
No.8060 サンプルケース至上主義
|
ユーザー |
![]() |
提出日時 | 2020-04-01 21:53:47 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 510 bytes |
コンパイル時間 | 1,473 ms |
コンパイル使用メモリ | 166,528 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-27 10:40:09 |
合計ジャッジ時間 | 1,884 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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 << "九蓮宝燈"; 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ぇ"; else if (S == "19m19p19s東南西北白發中 + Y")cout << "Thirteen Orphans"; } }