UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#96180#1092. 计算器hiahiahiahia1000ms1200kbC++295b2020-02-19 20:48:482020-02-19 20:48:49

answer


详细

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

Test #1:

score: 20
Accepted
time: 0ms
memory: 1192kb

input:

23 0 /

output:

Divided by zero!

result:

ok single line: 'Divided by zero!'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

34 25 -

output:

9

result:

ok single line: '9'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

3 5 +

output:

8

result:

ok single line: '8'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

4 5 *

output:

20

result:

ok single line: '20'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

156 3 /

output:

52

result:

ok single line: '52'