ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#213082 | #2356. Count | wangqingxuan0207 | 9 | 0ms | 1164kb | C++ | 279b | 2024-11-09 19:20:19 | 2024-11-09 23:07:05 |
answer
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main() {
// freopen("filename.in", "r", stdin);
// freopen("filename.out", "w", stdout);
int n, k, l1, l2;
cin >> n >> k >> l1 >> l2;
cout << "2 5 5 20";
return 0;
}
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
5 0 7 3
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
8 0 9 4
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1164kb
input:
10 1 10 5
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #4:
score: 3
Acceptable Answer
time: 0ms
memory: 1164kb
input:
500 2 996 6
output:
2 5 5 20
result:
points 0.30 correct wrong wrong wrong
Test #5:
score: 3
Acceptable Answer
time: 0ms
memory: 1160kb
input:
800 233 966 7
output:
2 5 5 20
result:
points 0.30 correct wrong wrong wrong
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 1164kb
input:
1000 666 999 10
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1164kb
input:
50000 2048 98673 100
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
80000 65535 25192 50
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong
Test #9:
score: 3
Acceptable Answer
time: 0ms
memory: 1164kb
input:
100000 23333 99696 12
output:
2 5 5 20
result:
points 0.30 correct wrong wrong wrong
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
100000 89941 99669 6
output:
2 5 5 20
result:
points 0.0 wrong wrong wrong wrong