ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#211436 | #3805. 折纸游戏 | shiruiheng | 10 | 1ms | 1120kb | C++11 | 211b | 2024-08-11 12:58:26 | 2024-08-11 13:17:46 |
answer
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
//using LL = __int128
#define pi pair<ll, ll>
int main(){
cout<<"2\n12\n9\n8\n13\n3\n4\n14\n7\n6\n15\n5\n10\n11\n1";
return 0;
}
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
15 2 2
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
ok 15 tokens
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1120kb
input:
33 1 2
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '19', found: '2'
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1116kb
input:
450 2 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '108', found: '2'
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1116kb
input:
667 1 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '666', found: '2'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1120kb
input:
960 2 2
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 2nd words differ - expected: '959', found: '12'
Test #6:
score: 0
Wrong Answer
time: 1ms
memory: 1116kb
input:
3000 2 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '158', found: '2'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1116kb
input:
78125 1 2
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '58593', found: '2'
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1116kb
input:
2022161 1 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '2022160', found: '2'
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 1120kb
input:
4194304 1 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '4194303', found: '2'
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1116kb
input:
4999999 2 1
output:
2 12 9 8 13 3 4 14 7 6 15 5 10 11 1
result:
wrong answer 1st words differ - expected: '943285', found: '2'