Submission #00330
ソースコード
1 2 3 4 5 6 7 8 9 10 11 | #include<stdio.h> int main(){ float ansA,ansB; int a,b,c; scanf ( "%f %f" ,&a,&b); scanf ( "%f" ,&c); ansA=a*b; ansB=a*b*c/100; printf ( "%2f\n" ,ansA,ansB); return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 0002 - 派遣 |
ユーザー名 | crom |
投稿日時 | 2017-04-28 17:58:35 |
言語 | C++11 |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 189 Byte |
最大実行時間 | 24 ms |
最大メモリ使用量 | 588 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 5 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input1.txt | WA | 20 ms | 476 KB |
1
|
input2.txt | WA | 17 ms | 468 KB |
1
|
input3.txt | WA | 19 ms | 588 KB |
1
|
input4.txt | WA | 24 ms | 444 KB |
1
|
input5.txt | WA | 14 ms | 564 KB |
1
|
input6.txt | WA | 21 ms | 428 KB |
1
|