結果
問題 | No.557 点対称 |
ユーザー |
👑 ![]() |
提出日時 | 2017-08-12 08:15:54 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 133 bytes |
コンパイル時間 | 252 ms |
コンパイル使用メモリ | 28,928 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-13 04:24:50 |
合計ジャッジ時間 | 1,094 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 30 |
コンパイルメッセージ
main.c:1:10: warning: data definition has no type or storage class 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} | ^ main.c:1:10: warning: type defaults to 'int' in declaration of 'm' [-Wimplicit-int] main.c:1:18: warning: return type defaults to 'int' [-Wimplicit-int] 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} | ^ main.c: In function 'p': main.c:1:18: warning: type of 'a' defaults to 'int' [-Wimplicit-int] main.c:1:18: warning: type of 'i' defaults to 'int' [-Wimplicit-int] main.c: At top level: main.c:1:60: warning: return type defaults to 'int' [-Wimplicit-int] 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} | ^~~~ main.c: In function 'main': main.c:1:67: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} | ^~~~~ main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf' +++ |+#include <stdio.h> 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} main.c:1:67: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch] 1 | long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));} | ^~~~~ main.c:1:67: note: include '<stdio.h>' or provide a
ソースコード
long x,n;m=1e9+7;p(a,i){x=i?p(1L*a*a%m,i/2),i%2?x*a%m:x:1;}main(){scanf("%ld",&n);printf("%d",n/2?(n%2*8+4)*x%m:2,p(5,(n/2-1)%~-m));}