Submission #64030719
Source Code Expand
Copy
#ABC398_20250322_AN=int(input())if(N%2==0):ans="-"*(N//2-1)+"=="+"-"*(N//2-1)else:ans="-"*(N//2)+"="+"-"*(N//2)print(ans)
#ABC398_20250322_A N=int(input()) if(N%2==0): ans="-"*(N//2-1)+"=="+"-"*(N//2-1) else: ans="-"*(N//2)+"="+"-"*(N//2) print(ans)
Submission Info
Submission Time | |
---|---|
Task | A - Doors in the Center |
User | Konini |
Language | Python (PyPy 3.10-v7.3.12) |
Score | 100 |
Code Size | 143 Byte |
Status | AC |
Exec Time | 58 ms |
Memory | 76624 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_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, sample_01.txt, sample_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
random_03.txt | AC | 57 ms | 76444 KB |
random_04.txt | AC | 57 ms | 76252 KB |
random_05.txt | AC | 57 ms | 76432 KB |
random_06.txt | AC | 58 ms | 76444 KB |
random_07.txt | AC | 58 ms | 76416 KB |
random_08.txt | AC | 57 ms | 76348 KB |
random_09.txt | AC | 57 ms | 76624 KB |
random_10.txt | AC | 57 ms | 76572 KB |
sample_01.txt | AC | 58 ms | 76276 KB |
sample_02.txt | AC | 57 ms | 76188 KB |