Accepted
Code
/*
Author: abdmahdi56
*/
#include <bits/stdc++.h>
#define endl '\n'
#define yes cout << "YES\n"
#define no cout << "NO\n"
#define ll long long
#define vi vector<ll>
#define all(v) v.begin(), v.end()
#define loop(n) for(int i = 0; i < (n); i++)
using namespace std;
void Bismillah() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
}
void solve() {
int n,k ;
cin>>n>>k;
cout<<n-k;
}
int main() {
Bismillah();
int t=1;
//cin >> t=1;
while (t--) {
solve();
}
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:17:20
- Judged At
- 2025-09-01 05:17:20
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 764.0 KiB