Wrong Answer
Code
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
cout<<n-2*2<<endl;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1106 A. too easy or three easy
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-07-28 18:38:51
- Judged At
- 2025-07-28 18:38:51
- Judged By
- Score
- 10
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB