結果
問題 |
No.835 ジュース
|
ユーザー |
![]() |
提出日時 | 2023-06-15 17:49:08 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 89 bytes |
コンパイル時間 | 388 ms |
コンパイル使用メモリ | 27,648 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-23 16:47:24 |
合計ジャッジ時間 | 954 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 5 WA * 1 |
ソースコード
#include <stdio.h> int main() { int n; scanf("%d",&n); printf("%.f",n*1.5); }