Accepted
Code
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define M 1000000007
#define N 1000000
#define yes cout << "YES" << endl
#define no cout << "NO" << endl
void marwan()
{
int n;
cin >> n;
if (n % 2)
cout << n - 1 << endl;
else
cout << n << endl;
}
int main()
{
ios_base::sync_with_stdio(false);
marwan();
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1124 Even Number
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-12-10 17:49:46
- Judged At
- 2024-12-10 17:49:46
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 540.0 KiB