結果
問題 | No.3060 サンプルケース至上主義 |
ユーザー | 🍮かんプリン |
提出日時 | 2020-04-01 21:53:04 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 582 bytes |
コンパイル時間 | 1,140 ms |
コンパイル使用メモリ | 160,316 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-27 10:38:18 |
合計ジャッジ時間 | 1,539 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,812 KB |
testcase_01 | AC | 2 ms
6,944 KB |
testcase_02 | AC | 1 ms
6,944 KB |
testcase_03 | WA | - |
testcase_04 | AC | 1 ms
6,940 KB |
ソースコード
#include "bits/stdc++.h" using namespace std; typedef long long ll; int main() { string s; cin >> s; if (s == "0") puts("Nothing"); else if (s == "3.14159265") puts("pi"); else if (s == "1112345678999+X") { puts("九蓮宝燈"); cin >> s; puts("Thirteen Orphans"); } else if (s == "All your base are belong to us.") { cout << 3 << endl << 4 << endl << 4 << endl << 3 << endl << 6 << endl << 2 << endl << 2 << endl; } else if (s == "くぁwせdrftgyふじこlp") puts("さmpぇ"); return 0; }