結果
問題 |
No.835 ジュース
|
ユーザー |
![]() |
提出日時 | 2019-06-20 15:33:24 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 143 bytes |
コンパイル時間 | 314 ms |
コンパイル使用メモリ | 27,136 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-12-17 17:30:16 |
合計ジャッジ時間 | 657 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 6 |
ソースコード
#include<stdio.h> int main(void){ long double M,a; scanf("%lf",&a); M=a*1.5; printf("%d",M); return 0; }