QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#548987#8788. Page on vdome.comucup-team139WA 0ms3648kbC++23110b2024-09-05 22:47:182024-09-05 22:47:18

Judging History

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

  • [2024-09-05 22:47:18]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3648kb
  • [2024-09-05 22:47:18]
  • 提交

answer

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

int main(){
	int n;
	cin>>n;
	
	cout<<min(n,10)<<"\n";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5

output:

5

result:

wrong answer 1st numbers differ - expected: '6', found: '5'