結果

問題 No.435 占い(Extra)
コンテスト
ユーザー testestest
提出日時 2016-10-15 05:40:15
言語 C90
(gcc 12.4.0)
コンパイル:
gcc-12 -O2 -std=c90 -DONLINE_JUDGE -o a.out _filename_ -lm
実行:
./a.out
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 272 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 188 ms
コンパイル使用メモリ 30,632 KB
最終ジャッジ日時 2026-02-23 22:34:38
ジャッジサーバーID
(参考情報)
judge2 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 27 WA * 5
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | y,i,t,a,b,m,s,c,p,x;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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*v[y%9]%9;}}}
      | ^
main.c:1:21: warning: data definition has no type or storage class
    1 | y,i,t,a,b,m,s,c,p,x;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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*v[y%9]%9;}}}
      |                     ^
main.c: In function ‘main’:
main.c:1:103: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
    1 | y,i,t,a,b,m,s,c,p,x;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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*v[y%9]%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;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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*v[y%9]%9;}}}
main.c:1:147: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch]
    1 | y,i,t,a,b,m,s,c,p,x;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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^

ソースコード

diff #
raw source code

y,i,t,a,b,m,s,c,p,x;v[]={0,1,5,0,7,2,0,4,8};f(n){return!n|n%3?y=n,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*v[y%9]%9;}}}
0