結果
問題 |
No.36 素数が嫌い!
|
ユーザー |
👑 ![]() |
提出日時 | 2015-11-15 11:49:57 |
言語 | C90 (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 101 ms / 5,000 ms |
コード長 | 110 bytes |
コンパイル時間 | 188 ms |
コンパイル使用メモリ | 21,248 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-27 00:33:46 |
合計ジャッジ時間 | 1,401 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 26 |
コンパイルメッセージ
main.c:1:8: warning: data definition has no type or storage class 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^ main.c:1:8: warning: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int] main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^ main.c:1:12: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^~~~ main.c: In function ‘main’: main.c:1:12: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:24: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} main.c:1:24: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^~~~~ main.c:1:24: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:65: warning: implicit declaration of function ‘sqrt’ [-Wimplicit-function-declaration] 1 | long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");} | ^~~~ main.c:1:1
ソースコード
long a;j,t;main(i){for(scanf("%ld",&a);++t%3;a/=i>j?a:i--)for(j=sqrt(a);i++<j&&a%i;);a=!puts(a>1?"YES":"NO");}