結果
問題 | No.546 オンリー・ワン |
ユーザー | kotatsugame |
提出日時 | 2017-07-15 00:05:42 |
言語 | C (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 237 bytes |
コンパイル時間 | 143 ms |
コンパイル使用メモリ | 28,928 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-08 00:15:17 |
合計ジャッジ時間 | 641 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,820 KB |
testcase_01 | AC | 1 ms
6,820 KB |
testcase_02 | AC | 1 ms
6,816 KB |
testcase_03 | AC | 1 ms
6,816 KB |
testcase_04 | AC | 1 ms
6,816 KB |
testcase_05 | AC | 1 ms
6,816 KB |
testcase_06 | AC | 1 ms
6,816 KB |
testcase_07 | AC | 1 ms
6,820 KB |
testcase_08 | AC | 1 ms
6,820 KB |
testcase_09 | AC | 1 ms
6,816 KB |
testcase_10 | AC | 2 ms
6,824 KB |
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] 1 | g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;printf("%d",s);} | ^ main.c: In function 'g': main.c:1:1: warning: type of 'a' defaults to 'int' [-Wimplicit-int] main.c:1:1: warning: type of 'b' defaults to 'int' [-Wimplicit-int] main.c: At top level: main.c:1:29: warning: data definition has no type or storage class 1 | g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;printf("%d",s);} | ^ main.c:1:29: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] main.c:1:31: warning: type defaults to 'int' in declaration of 'l' [-Wimplicit-int] 1 | g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;printf("%d",s);} | ^ main.c:1:33: warning: type defaults to 'int' in declaration of 'h' [-Wimplicit-int] 1 | g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;printf("%d",s);} | ^ main.c:1:35: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int] 1 | g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;pri
ソースコード
g(a,b){return b?g(b,a%b):a;}n,l,h,c[10],s,r,j,p;f(i,w,t)long w;{!t?s+=(h/w-l/w)*r*p:i<n?f(i+1,w*c[i]/g(w,c[i]),t-1),f(i+1,w,t):0;}main(){scanf("%d%d%d",&n,&l,&h);for(l--;~scanf("%d",c+j++););for(;r++<n;f(0,1,r))p=r%2*2-1;printf("%d",s);}