Accepted
Code
#include <stdio.h>
int main()
{
int N, K, remaining;
scanf("%d %d", &N, &K);
remaining = N - K;
printf("%d", remaining);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- LUCC Presents Intra LU Junior Programming Contest - Replay
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-09-02 15:40:07
- Judged At
- 2025-09-02 15:40:07
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 356.0 KiB