Submission #45490635
Source Code Expand
Copy
N = int(input())if N % 2 == 0:print("White")else:print("Black")
N = int(input()) if N % 2 == 0: print("White") else: print("Black")
Submission Info
Submission Time | |
---|---|
Task | A - Heavy Rotation |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 76 Byte |
Status | AC |
Exec Time | 10 ms |
Memory | 8636 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 | 01.txt, 03.txt, 08.txt, 12.txt, 20.txt, 23.txt, 29.txt, 30.txt, sample_01.txt, sample_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
01.txt | AC | 9 ms | 8484 KB |
03.txt | AC | 10 ms | 8616 KB |
08.txt | AC | 9 ms | 8544 KB |
12.txt | AC | 9 ms | 8532 KB |
20.txt | AC | 9 ms | 8528 KB |
23.txt | AC | 9 ms | 8456 KB |
29.txt | AC | 9 ms | 8484 KB |
30.txt | AC | 9 ms | 8596 KB |
sample_01.txt | AC | 9 ms | 8488 KB |
sample_02.txt | AC | 9 ms | 8636 KB |