QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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";
}
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'