QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#548987 | #8788. Page on vdome.com | ucup-team139 | WA | 0ms | 3648kb | C++23 | 110b | 2024-09-05 22:47:18 | 2024-09-05 22:47:18 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
cout<<min(n,10)<<"\n";
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3648kb
input:
5
output:
5
result:
wrong answer 1st numbers differ - expected: '6', found: '5'