Accepted
Code
#include <bits/stdc++.h>
#define nl '\n'
#define ll long long
#define all(c) c.begin(),c.end()
#define print(c) for(auto e : c) cout << e << " "; cout << nl
using namespace std;
int main()
{
ios_base::sync_with_stdio(false); cin.tie(NULL);
int x, y; cin >> x >> y ; cout << x - y << nl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-09-18 13:59:13
- Judged At
- 2025-09-18 13:59:13
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB