Submission #19725545
Source Code Expand
Copy
#include <bits/stdc++.h> using namespace std; int main() { int N, W; cin >> N >>W; cout<< N / W << endl; }
Submission Info
Submission Time | |
---|---|
Task | A - Brick |
User | kamiya_shake |
Language | C++ (GCC 9.2.1) |
Score | 100 |
Code Size | 125 Byte |
Status | AC |
Exec Time | 5 ms |
Memory | 3568 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 | hand_01.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_11.txt, random_12.txt, sample_01.txt, sample_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
hand_01.txt | AC | 4 ms | 3392 KB |
random_01.txt | AC | 3 ms | 3396 KB |
random_02.txt | AC | 2 ms | 3472 KB |
random_03.txt | AC | 2 ms | 3528 KB |
random_04.txt | AC | 5 ms | 3492 KB |
random_05.txt | AC | 4 ms | 3492 KB |
random_06.txt | AC | 3 ms | 3340 KB |
random_07.txt | AC | 2 ms | 3468 KB |
random_08.txt | AC | 3 ms | 3488 KB |
random_11.txt | AC | 2 ms | 3500 KB |
random_12.txt | AC | 2 ms | 3392 KB |
sample_01.txt | AC | 2 ms | 3568 KB |
sample_02.txt | AC | 2 ms | 3380 KB |