Accepted
Code
#include <bits/stdc++.h>
#define ll long long
#define pb push_back
#define yes cout << "Yes" << "\n";
#define no cout << "No" << "\n";
#define fri(a,b) for(ll i = a; i<b; i++)
#define frj(a,b) for(ll j = a; j <b; j++)
#define frk(a,b) for(ll k = a; k <b; k++)
#define rfri(a,b) for(ll i = a; i>=b; i--)
using namespace std;
int main()
{
ios_base:: sync_with_stdio(false);
cin.tie(NULL);
ll T = 1;
// cin >> T;
while(T--)
{
ll n;
cin >> n ;
cout << 0 << "\n";
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1124 Even Number
- Contest
- LU IUJPC : Sylhet Division 2024
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-12-09 04:47:34
- Judged At
- 2024-12-09 04:47:34
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 768.0 KiB