Submission #20286595
Source Code Expand
Copy
#include<bits/stdc++.h>using namespace std;int main() {int n;cin>>n;cout<<100-n%100<<endl;}
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<100-n%100<<endl; }
Submission Info
Submission Time | |
---|---|
Task | A - Star |
User | albert0liu0 |
Language | C++ (GCC 9.2.1) |
Score | 100 |
Code Size | 117 Byte |
Status | AC |
Exec Time | 7 ms |
Memory | 3592 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
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 | 3520 KB |
random_02.txt | AC | 2 ms | 3408 KB |
random_03.txt | AC | 2 ms | 3552 KB |
random_04.txt | AC | 2 ms | 3404 KB |
random_05.txt | AC | 2 ms | 3396 KB |
random_11.txt | AC | 2 ms | 3568 KB |
random_12.txt | AC | 2 ms | 3592 KB |
random_13.txt | AC | 2 ms | 3524 KB |
random_14.txt | AC | 2 ms | 3564 KB |
random_15.txt | AC | 2 ms | 3588 KB |
random_16.txt | AC | 2 ms | 3524 KB |
random_21.txt | AC | 2 ms | 3568 KB |
random_22.txt | AC | 2 ms | 3592 KB |
random_23.txt | AC | 2 ms | 3408 KB |
random_24.txt | AC | 2 ms | 3564 KB |
sample_01.txt | AC | 3 ms | 3584 KB |
sample_02.txt | AC | 2 ms | 3408 KB |