UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#211941#3815. 种树Alex9876101ms1200kbC++99b2024-10-13 08:59:052024-10-13 12:52:03

answer

#include<iostream>
int main()
{
    int a,b,c;
    std::cin>>a>>b>>c;
    std::cout<<a*b/c;
}

详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

2 2 1

output:

4

result:

ok 1 number(s): "4"

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

2 3 2

output:

3

result:

wrong answer 1st numbers differ - expected: '8', found: '3'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

4 4 2

output:

8

result:

wrong answer 1st numbers differ - expected: '96', found: '8'

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

4 4 5

output:

3

result:

wrong answer 1st numbers differ - expected: '304', found: '3'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

3 4 3

output:

4

result:

wrong answer 1st numbers differ - expected: '84', found: '4'

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

3 5 2

output:

7

result:

wrong answer 1st numbers differ - expected: '83', found: '7'

Test #7:

score: 0
Wrong Answer
time: 1ms
memory: 1196kb

input:

3 5 3

output:

5

result:

wrong answer 1st numbers differ - expected: '215', found: '5'

Test #8:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

3 5 4

output:

3

result:

wrong answer 1st numbers differ - expected: '276', found: '3'

Test #9:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

3 5 5

output:

3

result:

wrong answer 1st numbers differ - expected: '174', found: '3'

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

4 3 5

output:

2

result:

wrong answer 1st numbers differ - expected: '18', found: '2'