結果
| 問題 | No.435 占い(Extra) |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2016-10-23 01:35:58 |
| 言語 | C90 (gcc 12.4.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 253 bytes |
| 記録 | |
| コンパイル時間 | 173 ms |
| コンパイル使用メモリ | 32,968 KB |
| 最終ジャッジ日時 | 2026-02-23 22:39:59 |
|
ジャッジサーバーID (参考情報) |
judge2 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 3 |
| other | AC * 2 WA * 30 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | y,i,t,a,b,m,s,c,p,x;f(n){return!n|n%3?y=n%9,0:f(n/3)+1;}main(n){for(gets(&c);y=~scanf("%d%d%d%d%d",&n,&x,&a,&b,&m);t=s=p=i=!printf("%d\n",s%9?:t?9:0)){for(c=1;n--;x=((x^a)+b)%m){t+=x%10;s+=c*(p-1?!p:3)*(x%10)%9;p+=f(n);c*=y;p-=f(++i);c=c*x*x*x*x*x%9;}}}
| ^
main.c: In function ‘main’:
main.c:1:81: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
1 | y,i,t,a,b,m,s,c,p,x;f(n){return!n|n%3?y=n%9,0:f(n/3)+1;}main(n){for(gets(&c);y=~scanf("%d%d%d%d%d",&n,&x,&a,&b,&m);t=s=p=i=!printf("%d\n",s%9?:t?9:0)){for(c=1;n--;x=((x^a)+b)%m){t+=x%10;s+=c*(p-1?!p:3)*(x%10)%9;p+=f(n);c*=y;p-=f(++i);c=c*x*x*x*x*x%9;}}}
| ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
+++ |+#include <stdio.h>
1 | y,i,t,a,b,m,s,c,p,x;f(n){return!n|n%3?y=n%9,0:f(n/3)+1;}main(n){for(gets(&c);y=~scanf("%d%d%d%d%d",&n,&x,&a,&b,&m);t=s=p=i=!printf("%d\n",s%9?:t?9:0)){for(c=1;n--;x=((x^a)+b)%m){t+=x%10;s+=c*(p-1?!p:3)*(x%10)%9;p+=f(n);c*=y;p-=f(++i);c=c*x*x*x*x*x%9;}}}
main.c:1:125: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch]
1 | y,i,t,a,b,m,s,c,p,x;f(n){return!n|n%3?y=n%9,0:f(n/3)+1;}main(n){for(gets(&c);y=~scanf("%d%d%d%d%d",&n,&x,&a,&b,&m);t=s=p=i=!printf("%d\n",s%9?:t?9:0)){for(c=1;n--;x=((x^a)+b)%m){t+=x%10;s+=c*(p-1?!p:3)*(x%10)%9;p+=f(n);c*=y;p-=f(++i);c=c*x*x*x*x*x%9;}}}
| ^~~~~~
main.c:1:125: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
/usr/bin/ld: /tmp/ccnV6cpz.o: in function `main':
main.c:(.text.startup+0x20): 警告: the `gets' function is dangerous and should not be used.
ソースコード
y,i,t,a,b,m,s,c,p,x;f(n){return!n|n%3?y=n%9,0:f(n/3)+1;}main(n){for(gets(&c);y=~scanf("%d%d%d%d%d",&n,&x,&a,&b,&m);t=s=p=i=!printf("%d\n",s%9?:t?9:0)){for(c=1;n--;x=((x^a)+b)%m){t+=x%10;s+=c*(p-1?!p:3)*(x%10)%9;p+=f(n);c*=y;p-=f(++i);c=c*x*x*x*x*x%9;}}}
testestest