ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#101047 | #963. 阿克曼函数 | Sun_Jianrong_111207 | 100 | 1ms | 1200kb | C++ | 234b | 2020-02-25 17:07:53 | 2020-02-25 17:07:55 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
2 7
output:
17
result:
ok single line: '17'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
1 10
output:
12
result:
ok single line: '12'
Test #3:
score: 20
Accepted
time: 1ms
memory: 1200kb
input:
2 5
output:
13
result:
ok single line: '13'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
3 4
output:
125
result:
ok single line: '125'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
3 6
output:
509
result:
ok single line: '509'