QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#915405 | #4215. Easiest Sum | Reliauk | WA | 0ms | 3840kb | C++17 | 4.0kb | 2025-02-26 07:56:53 | 2025-02-26 07:56:53 |
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: 100
Accepted
time: 0ms
memory: 3712kb
input:
5 1 -1 2 -2 3 3
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
3 -3 -5 -35 1
output:
998244349
result:
ok 1 number(s): "998244349"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3840kb
input:
100 -7808082 96278545 91136346 4791987 -36451577 -33596739 -69450010 84481462 -99529162 60949239 72542771 72088996 -35443418 -76531992 -50718219 86231655 -35308791 63500706 82650944 -65252845 13066652 70626553 -54199452 97362467 98696377 36238594 -44542388 -3792147 -2820241 -59459156 -30170137 -4471...
output:
143564178
result:
wrong answer 1st numbers differ - expected: '778259516', found: '143564178'