結果
問題 | No.350 d=vt |
ユーザー |
👑 ![]() |
提出日時 | 2016-03-12 17:30:39 |
言語 | C90 (gcc 12.3.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 64 bytes |
コンパイル時間 | 238 ms |
コンパイル使用メモリ | 19,968 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-05 04:28:20 |
合計ジャッジ時間 | 905 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 WA * 1 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] main.c:1:3: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^~~~ main.c: In function ‘main’: main.c:1:20: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^~~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ +++ |+#include <stdio.h> 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} main.c:1:20: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch] 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^~~~~~ main.c:1:20: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:43: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^~~~~ main.c:1:43: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:43: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] main.c:1:43: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:27: warning: too many arguments for format [-Wformat-extra-args] 1 | t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));} | ^~~~
ソースコード
t;main(float v){t=!printf("%d",t=t*v+9e-5,scanf("%f%d",&v,&t));}