Submission #76326091
Source Code Expand
S = str(input()) a = len(S) b = 6 // a print(S*b)
Submission Info
| Submission Time | |
|---|---|
| Task | A - Six Characters |
| User | meibe |
| Language | Python (CPython 3.13.7) |
| Score | 100 |
| Code Size | 54 Byte |
| Status | AC |
| Exec Time | 11 ms |
| Memory | 9040 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 10 ms | 8900 KiB |
| 001.txt | AC | 11 ms | 9004 KiB |
| 002.txt | AC | 11 ms | 9040 KiB |
| 003.txt | AC | 11 ms | 9004 KiB |
| 004.txt | AC | 11 ms | 8912 KiB |
| 005.txt | AC | 11 ms | 8912 KiB |
| 006.txt | AC | 10 ms | 9004 KiB |
| 007.txt | AC | 10 ms | 8916 KiB |
| 008.txt | AC | 11 ms | 9004 KiB |
| 009.txt | AC | 11 ms | 8956 KiB |
| 010.txt | AC | 11 ms | 8956 KiB |
| example0.txt | AC | 10 ms | 8920 KiB |
| example1.txt | AC | 10 ms | 9004 KiB |