QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#763269#9546. Recover Statisticssyhhh1WA 0ms3700kbC++17150b2024-11-19 19:16:242024-11-19 19:16:25

Judging History

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

  • [2024-11-19 19:16:25]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3700kb
  • [2024-11-19 19:16:24]
  • 提交

answer

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

#define int long long 

signed main()
{
	int x,y,z;
	cin>>x>>y>>z;
	
	
	
	return 0;
}



Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

50
95
99

output:


result:

wrong output format Unexpected end of file - int32 expected