QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#715625 | #9546. Recover Statistics | fosov | WA | 0ms | 3572kb | C++14 | 590b | 2024-11-06 12:48:26 | 2024-11-06 12:48:26 |
Judging History
answer
#include "bits/stdc++.h"
using namespace std;
#define ll long long
#define INF 0x3f3f3f3f
#define LNF 0x3f3f3f3f3f3f3f3fll
#define MOD 998244353
#define pii pair<int, int>
int main() {
#ifdef TEST
freopen("zz.in", "r+", stdin);
#endif
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
int a, b, c; cin >> a >> b >> c;
cout << 100 << '\n';
for (int i = 0; i < 50; ++ i) cout << a - 1 << ' ';
for (int i = 50; i < 95; ++ i) cout << b - 1 << ' ';
for (int i = 95; i < 99; ++ i) cout << c - 1 << ' ';
cout << c << '\n';
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3572kb
input:
50 95 99
output:
100 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 94 98 98 98 98...
result:
wrong answer wrong p99: 100 / 100