/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 94ms 11.391 MiB
#2 Accepted 91ms 11.164 MiB
#3 Accepted 92ms 11.055 MiB
#4 Accepted 92ms 11.164 MiB

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