結果

問題 No.3060 サンプルケース至上主義
ユーザー butsurizukibutsurizuki
提出日時 2020-05-28 14:08:31
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 281 bytes
コンパイル時間 207 ms
コンパイル使用メモリ 27,904 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-21 05:37:18
合計ジャッジ時間 627 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 0 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<stdio.h>

int main(){
    char s[131072];
    if(s[0]=='0'){puts("Nothing");}
    else if(s[0]=='3'){puts("pi");}
    else if(s[0]=='1'){printf("九蓮宝燈\nThirteen Orphans\n");}
    else if(s[0]=='A'){printf("3\n4\n4\n3\n6\n2\n2\n");}
    else{puts("さmpぇ");}
}
0