QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#942578 | #4215. Easiest Sum | Farmer_D | WA | 6ms | 48224kb | C++14 | 2.9kb | 2025-03-19 10:45:00 | 2025-03-19 10:45:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 6ms
memory: 48224kb
input:
5 1 -1 2 -2 3 3
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: 0
Accepted
time: 3ms
memory: 47460kb
input:
3 -3 -5 -35 1
output:
998244349
result:
ok 1 number(s): "998244349"
Test #3:
score: -100
Wrong Answer
time: 4ms
memory: 47616kb
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:
698601945
result:
wrong answer 1st numbers differ - expected: '778259516', found: '698601945'