QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#763324#9546. Recover Statisticssyhhh1WA 0ms3708kbC++17213b2024-11-19 19:35:462024-11-19 19:35:46

Judging History

你现在查看的是最新测评结果

  • [2024-11-19 19:35:46]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3708kb
  • [2024-11-19 19:35:46]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

#define int long long 

signed main()
{
	int x,y,z;
	cin>>x>>y>>z;
	cout<<100<<endl;
	for(int i=1;i<=100;i++)cout<<1<<" ";
	cout<<endl;
	return 0;
}



Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3708kb

input:

50
95
99

output:

100
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 

result:

wrong answer wrong p50: 100 / 100