Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
#define optimize() ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
#define endl '\n'
#define ll long long int
int main()
{
optimize();
int n;
cin >> n;
cout<<min((n/2),(n/3))<<endl;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1106 too easy or three easy
- Contest
- Brain Booster #6
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-10-03 15:35:35
- Judged At
- 2024-11-11 02:50:50
- Judged By
- Score
- 10
- Total Time
- 1ms
- Peak Memory
- 484.0 KiB