Submission #7
Details and source code
| ID | Time | User | Problem | Lang | Verdict |
|---|---|---|---|---|---|
| 7 | Mar 22, 2025, 04:31 AM | Godzilla_G2343 | A*B | py | RE 1 |
Source Code
pya = int(input())
b = int(input())
print(a * b)Details and source code
| ID | Time | User | Problem | Lang | Verdict |
|---|---|---|---|---|---|
| 7 | Mar 22, 2025, 04:31 AM | Godzilla_G2343 | A*B | py | RE 1 |
a = int(input())
b = int(input())
print(a * b)