Accepted
Code
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int N,K;
N = sc.nextInt();
K = sc.nextInt();
System.out.println(N-K);
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- LUCC Presents Intra LU Junior Programming Contest - Replay
- Language
- Java 8 (OpenJDK 1.8.0_422)
- Submit At
- 2025-09-02 15:46:11
- Judged At
- 2025-09-02 15:46:11
- Judged By
- Score
- 100
- Total Time
- 94ms
- Peak Memory
- 11.391 MiB