QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#298371 | #6243. دیوارکش | mahdimalverdi | Compile Error | / | / | Java11 | 304b | 2024-01-06 04:34:48 | 2024-01-06 04:34:49 |
Judging History
answer
package org.example;
import java.util.Scanner;
class Codechef {
public static void main(String[] args) throws java.lang.Exception {
Scanner sc = new Scanner(System.in);
long a = sc.nextInt();
long b = sc.nextInt();
System.out.println(a % b);
}
}
Details
Please don't specify the package.