結果
問題 |
No.8060 サンプルケース至上主義
|
ユーザー |
![]() |
提出日時 | 2020-04-01 21:35:13 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 3 ms / 2,000 ms |
コード長 | 492 bytes |
コンパイル時間 | 2,471 ms |
コンパイル使用メモリ | 191,700 KB |
最終ジャッジ日時 | 2025-01-09 11:44:41 |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 5 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define modulo 1000000007 #define mod(mod_x) ((((long long)mod_x)+modulo)%modulo) #define Inf 1000000000000 int main(){ string S; cin>>S; if(S=="0")cout<<"Nothing"<<endl; if(S=="3.14159265")cout<<"pi"<<endl; if(S=="1112345678999+X")cout<<"九蓮宝燈"<<endl<<"Thirteen Orphans"<<endl; if(S=="All")cout<<"3\n4\n4\n3\n6\n2\n2"<<endl; if(S=="くぁwせdrftgyふじこlp")cout<<"さmpぇ"<<endl; return 0; }