結果
問題 | No.146 試験監督(1) |
ユーザー | 👑 testestest |
提出日時 | 2015-08-07 23:58:54 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 34 ms / 1,000 ms |
コード長 | 119 bytes |
コンパイル時間 | 82 ms |
コンパイル使用メモリ | 19,968 KB |
実行使用メモリ | 6,940 KB |
最終ジャッジ日時 | 2024-07-18 05:27:55 |
合計ジャッジ時間 | 875 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 33 ms
6,812 KB |
testcase_01 | AC | 34 ms
6,940 KB |
testcase_02 | AC | 34 ms
6,940 KB |
コンパイルメッセージ
main.c:1:25: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);} | ^~~~ main.c: In function ‘main’: main.c:1:36: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);} main.c:1:36: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);} | ^~~~~ main.c:1:36: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:104: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);} | ^~~~~~ main.c:1:104: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:104: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch] main.c:1:104: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:113: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 1 | long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~sc
ソースコード
long long a,b,s,x=1e9+7;main(){for(scanf("%*d");~scanf("%lld%lld",&a,&b);s=(s+a%x*(b%x))%x)a=a+1>>1;a=!printf("%d",s);}