Submission #9903920
Source Code Expand
x, a, b = map(int, input().split()) # 1.の出力 x += 1 print(x) # 2.の出力 x *= a + b print(x) # 3.の出力 x *= x print(x) # 4.の出力 x -= 1 print(x)
Submission Info
| Submission Time | |
|---|---|
| Task | EX9 - 1.09 |
| User | saba |
| Language | Python (3.4.3) |
| Score | 100 |
| Code Size | 179 Byte |
| Status | AC |
| Exec Time | 17 ms |
| Memory | 2940 KiB |
Judge Result
| Set Name | all | ||
|---|---|---|---|
| Score / Max Score | 100 / 100 | ||
| Status |
|
| Set Name | Test Cases |
|---|---|
| all | sample01.txt, sample02.txt, test01.txt, test02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| sample01.txt | AC | 17 ms | 2940 KiB |
| sample02.txt | AC | 17 ms | 2940 KiB |
| test01.txt | AC | 17 ms | 2940 KiB |
| test02.txt | AC | 17 ms | 2940 KiB |