結果
問題 |
No.56 消費税
|
ユーザー |
![]() |
提出日時 | 2023-06-22 16:10:38 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 153 bytes |
コンパイル時間 | 207 ms |
コンパイル使用メモリ | 28,288 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-29 23:17:14 |
合計ジャッジ時間 | 989 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 4 |
other | WA * 23 |
ソースコード
#include <stdio.h> #include <math.h> int main() { int n = 0; int x = 0; scanf("%d", &n); scanf("%d", &x); printf("%d", n * x / 100); return 0; }