結果
問題 |
No.557 点対称
|
ユーザー |
👑 ![]() |
提出日時 | 2017-08-12 07:54:57 |
言語 | C (gcc 13.3.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 109 bytes |
コンパイル時間 | 232 ms |
コンパイル使用メモリ | 29,440 KB |
実行使用メモリ | 13,636 KB |
最終ジャッジ日時 | 2024-10-13 04:17:48 |
合計ジャッジ時間 | 5,072 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 TLE * 1 -- * 26 |
コンパイルメッセージ
main.c:1:16: warning: type defaults to 'int' in declaration of 'm' [-Wimplicit-int] 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} | ^ main.c:1:24: warning: return type defaults to 'int' [-Wimplicit-int] 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} | ^~~~ main.c: In function 'main': main.c:1:31: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} | ^~~~~ main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf' +++ |+#include <stdio.h> 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} main.c:1:31: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch] 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} | ^~~~~ main.c:1:31: note: include '<stdio.h>' or provide a declaration of 'scanf' main.c:1:94: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 1 | long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);} | ^~~~~~ main.c:1:94: note: include '<stdio.h>' or provide a declaration of 'printf' main.c:1:94: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] main.c:1:94: note: include '<stdio.h>' or provide a declaration of 'printf'
ソースコード
long a,n;const m=1e9+7;main(){scanf("%ld",&n);a=n>1?n%2*8+4:2;for(n=(n-2)/2%~-m;n--;)a=a*5%m;printf("%d",a);}