Submission #45493280
Source Code Expand
Copy
S = input()idx = 1for s in S:if s.isupper():breakelse:idx += 1print(idx)
S = input() idx = 1 for s in S: if s.isupper(): break else: idx += 1 print(idx)
Submission Info
Submission Time | |
---|---|
Task | A - camel Case |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 104 Byte |
Status | AC |
Exec Time | 10 ms |
Memory | 8704 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | example_00.txt, example_01.txt, example_02.txt |
All | example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, random_00.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_09.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
example_00.txt | AC | 9 ms | 8552 KB |
example_01.txt | AC | 9 ms | 8460 KB |
example_02.txt | AC | 9 ms | 8556 KB |
hand_00.txt | AC | 9 ms | 8576 KB |
hand_01.txt | AC | 9 ms | 8568 KB |
hand_02.txt | AC | 9 ms | 8572 KB |
hand_03.txt | AC | 9 ms | 8616 KB |
hand_04.txt | AC | 9 ms | 8576 KB |
random_00.txt | AC | 9 ms | 8544 KB |
random_01.txt | AC | 9 ms | 8496 KB |
random_02.txt | AC | 9 ms | 8584 KB |
random_03.txt | AC | 10 ms | 8432 KB |
random_04.txt | AC | 9 ms | 8704 KB |
random_05.txt | AC | 9 ms | 8504 KB |
random_06.txt | AC | 10 ms | 8476 KB |
random_07.txt | AC | 9 ms | 8620 KB |
random_08.txt | AC | 9 ms | 8600 KB |
random_09.txt | AC | 9 ms | 8480 KB |