Wrong Answer
Code
#include<iostream>
using namespace std;
int main()
{
int n;
cin>>n;
int n1,n2;
n1 = n/2;
n2 = n/3;
if(n1<=n2){
cout<<n1<<endl;
}
else{
cout<<n2<<endl;
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1106 too easy or three easy
- Contest
- Brain Booster #6
- Language
- C++11 (G++ 13.2.0)
- Submit At
- 2024-10-03 16:06:32
- Judged At
- 2024-11-11 02:49:16
- Judged By
- Score
- 10
- Total Time
- 3ms
- Peak Memory
- 520.0 KiB