Accepted
Code
x,y=map(int,input().split())
if(x>=y):
print(x-y)
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- LUCC Presents Kick & Code Intra LU Programming Contest
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2025-09-01 05:18:42
- Judged At
- 2025-09-01 05:18:42
- Judged By
- Score
- 100
- Total Time
- 14ms
- Peak Memory
- 3.121 MiB