QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#520979 | #9136. Exponent Calculator | ucup-team3625# | WA | 0ms | 3872kb | C++14 | 1.1kb | 2024-08-15 19:07:37 | 2024-08-15 19:07:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3872kb
input:
input
output:
25 $0 = $1 + 1 $2 = $1 * $1 $2 = $2 / 2 $3 = $2 * $1 $3 = $3 / 3 $4 = $3 * $1 $4 = $4 / 4 $5 = $4 * $1 $5 = $5 / 5 $6 = $5 * $1 $6 = $6 / 6 $7 = $6 * $1 $7 = $7 / 7 $8 = $7 * $1 $8 = $8 / 8 $9 = $8 * $1 $9 = $9 / 9 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0 + $5 $0 = $0 + $6 $0 = $0 + $7 $0 = $...
result:
wrong answer Wrong operation = / in command #3 (in 1-indexation)