Submission #20283534


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main(){
	int n;
	cin >> n;
	cout << 100-(n%100);
	return 0;
}

Submission Info

Submission Time
Task A - Star
User hocashi
Language C++ (GCC 9.2.1)
Score 100
Code Size 120 Byte
Status AC
Exec Time 7 ms
Memory 3636 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 17
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt, random_15.txt, random_16.txt, random_21.txt, random_22.txt, random_23.txt, random_24.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
random_01.txt AC 7 ms 3564 KiB
random_02.txt AC 2 ms 3548 KiB
random_03.txt AC 2 ms 3524 KiB
random_04.txt AC 2 ms 3620 KiB
random_05.txt AC 2 ms 3564 KiB
random_11.txt AC 3 ms 3636 KiB
random_12.txt AC 2 ms 3596 KiB
random_13.txt AC 2 ms 3584 KiB
random_14.txt AC 2 ms 3524 KiB
random_15.txt AC 2 ms 3404 KiB
random_16.txt AC 2 ms 3528 KiB
random_21.txt AC 2 ms 3520 KiB
random_22.txt AC 2 ms 3396 KiB
random_23.txt AC 2 ms 3408 KiB
random_24.txt AC 3 ms 3528 KiB
sample_01.txt AC 2 ms 3548 KiB
sample_02.txt AC 2 ms 3596 KiB