結果
| 問題 |
No.294 SuperFizzBuzz
|
| コンテスト | |
| ユーザー |
👑 testestest
|
| 提出日時 | 2016-05-23 23:39:57 |
| 言語 | C90 (gcc 12.3.0) |
| 結果 |
AC
|
| 実行時間 | 99 ms / 5,000 ms |
| コード長 | 118 bytes |
| コンパイル時間 | 152 ms |
| コンパイル使用メモリ | 20,352 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-10-07 03:28:50 |
| 合計ジャッジ時間 | 1,477 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 12 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
| ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int]
main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int]
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
| ^
main.c:1:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
| ^~~~
main.c: In function ‘main’:
main.c:1:8: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:20: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
| ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
+++ |+#include <stdio.h>
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
main.c:1:20: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
| ^~~~~
main.c:1:20: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
main.c:1:92: warning: implicit declaration of function ‘putchar’ [-Wimplicit-function-declaration]
1 | n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
|
ソースコード
n,j=31;main(i){for(scanf("%d",&n);n-=__builtin_popcount(i+=2)%3==1;);for(;j--;)(n=i>>j)>1&&putchar(51+n%2*2);exit(0);}
testestest