結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 1 ms
5,248 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