Wrong Answer
Code
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
int cntt = 0;
int result = n/3;
int divv = n%3;
if(divv==2){
cntt++;
}
int total = cntt+result;
cout<<total;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1106 too easy or three easy
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-10-04 14:15:18
- Judged At
- 2024-11-11 02:42:50
- Judged By
- Score
- 70
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB