QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#713138 | #9546. Recover Statistics | TJUEZ | WA | 0ms | 3684kb | C++20 | 396b | 2024-11-05 18:15:51 | 2024-11-05 18:15:52 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=1e5+10;
void solve(){
int a,b,c;
cin>>a>>b>>c;
cout<<100<<endl;
for(int i=1;i<=50;i++){
cout<<a<<" ";
}
for(int i=51;i<=95;i++){
cout<<b<<" ";
}
for(int i=96;i<=100;i++){
cout<<c<<" ";
}
cout<<endl;
}
signed main(){
int _=1;
//cin>>_;
for(int i=1;i<=_;i++){
solve();
}
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3684kb
input:
50 95 99
output:
100 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 99 99 99 99...
result:
wrong answer wrong p99: 100 / 100