QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#702179 | #9255. Python Program | The biggest muggle on 21st (Xuming Chen, Liu Cheng, Rongxu Xie)# | RE | 0ms | 0kb | Python3 | 697b | 2024-11-02 15:27:02 | 2024-11-02 15:27:14 |
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
Dangerous Syscalls
input:
ans=0 for a in range(1,3): for b in range(5,1,-2): ans+=b print(ans)