Accepted
Code
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main(){
int n, k;
cin >> n >> k;
cout << n - k << endl;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- Testing - Intra LU Programming contest 25
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-08-29 21:45:19
- Judged At
- 2025-08-29 21:45:19
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 536.0 KiB