Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define db long double
#define vii vector<ll>
#define pll pair<ll, ll>
#define F first
#define S second
const ll N = (ll) 3e5 + 5;
const ll mod = (ll) 1e9 + 7;
const ll inf = (ll) 1e18;
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
int t = 1;
// cin >> t;
while(t--) {
ll a, b, c, i, j, k, m, n, o, x, y, z;
cout << 2 << "\n";
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1124 Even Number
- Contest
- LU Divisonal Contest Problem Testing Round
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-12-08 02:23:34
- Judged At
- 2024-12-08 02:23:34
- Judged By
- Score
- 80
- Total Time
- 1ms
- Peak Memory
- 540.0 KiB