結果
問題 | No.1539 不可欠な部分 |
ユーザー | tails |
提出日時 | 2021-06-08 19:06:18 |
言語 | C (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 6 ms / 2,000 ms |
コード長 | 1,145 bytes |
コンパイル時間 | 1,457 ms |
コンパイル使用メモリ | 28,416 KB |
実行使用メモリ | 6,984 KB |
最終ジャッジ日時 | 2024-05-05 04:58:48 |
合計ジャッジ時間 | 20,352 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,816 KB |
testcase_01 | AC | 5 ms
6,940 KB |
testcase_02 | AC | 6 ms
6,944 KB |
testcase_03 | AC | 4 ms
6,944 KB |
testcase_04 | AC | 3 ms
6,940 KB |
testcase_05 | AC | 2 ms
6,944 KB |
testcase_06 | AC | 3 ms
6,940 KB |
testcase_07 | AC | 1 ms
6,944 KB |
testcase_08 | AC | 2 ms
6,944 KB |
testcase_09 | AC | 5 ms
6,940 KB |
testcase_10 | AC | 5 ms
6,940 KB |
testcase_11 | AC | 6 ms
6,940 KB |
testcase_12 | AC | 5 ms
6,944 KB |
testcase_13 | AC | 6 ms
6,944 KB |
testcase_14 | AC | 6 ms
6,940 KB |
testcase_15 | AC | 5 ms
6,984 KB |
testcase_16 | AC | 4 ms
6,944 KB |
testcase_17 | AC | 3 ms
6,944 KB |
testcase_18 | AC | 5 ms
6,940 KB |
testcase_19 | AC | 5 ms
6,940 KB |
コンパイルメッセージ
main.c:57:1: warning: return type defaults to 'int' [-Wimplicit-int] 57 | main(){ | ^~~~ main.c: In function 'main': main.c:79:9: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration] 79 | write(1,wbuf,wp-wbuf); | ^~~~~ main.c:80:9: warning: implicit declaration of function '_exit'; did you mean '_Exit'? [-Wimplicit-function-declaration] 80 | _exit(0); | ^~~~~ | _Exit
ソースコード
#pragma GCC optimize("Ofast") #pragma GCC target("avx2") char*mmap(); char wbuf[1<<25]; char const mbd[]= "0.00000000\n" "0.10129773\n" "0.10131532\n" "0.10131858\n" "0.10131972\n" "0.10132025\n" "0.10132054\n" "0.10132071\n" "0.10132082\n" "0.10132090\n" "0.10132095\n" "0.10132099\n" "0.10132102\n" "0.10132105\n" "0.10132107\n" "0.10132108\n" "0.10132110\n" "0.10132111\n" "0.10132111\n" "0.10132112\n" "0.10132113\n" "0.10132113\n" "0.10132114\n" "0.10132114\n" "0.10132115\n" "0.10132115\n" "0.10132115\n" "0.10132115\n" "0.10132116\n" "0.10132116\n" "0.10132116\n" "0.10132116\n" "0.10132116\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132117\n" "0.10132118\n" ; main(){ char*rp=mmap(0l,1l<<25,1,2,0,0ll); char*wp=wbuf; while(*rp++>=48); int v=0; for(int c;c=*rp++;){ if(c>=48){ v=10*v+(c-'0'); if(v>=45){ v=45; while(c=*rp++,c>=48); } } if(c==10){ typedef struct { int a[3]; } S; *(S*)wp=*(S*)(mbd+v*11); wp+=11; v=0; } } write(1,wbuf,wp-wbuf); _exit(0); }