Accepted
Code
#include <bits/stdc++.h>
using namespace std;
#define fast ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define ll long long
int main()
{
fast
/*ll t;
cin>>t;
while(t--) solve*/
int n, k;
cin>>n>>k;
cout<<n-k;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- LUCC Presents Kick & Code Intra LU Programming Contest
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-09-01 05:18:37
- Judged At
- 2025-09-01 05:18:37
- Judged By
- Score
- 100
- Total Time
- 5ms
- Peak Memory
- 556.0 KiB