QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#709680 | #9142. Uniting Amoebas | rotcar07 | WA | 79ms | 3832kb | C++23 | 267b | 2024-11-04 16:13:06 | 2024-11-04 16:13:12 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
constexpr int mod=998244353;
int main(){
int t;cin>>t;
while(t--){
int n;cin>>n;
vector<int> v(n);
for(int &x:v) cin>>x;
cout<<accumulate(v.begin(),v.end(),-*max_element(v.begin(),v.end()))<<'\n';
}
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3756kb
input:
3 3 1 1 1 4 0 1 0 2 2 100 42
output:
2 1 42
result:
ok 3 number(s): "2 1 42"
Test #2:
score: 0
Accepted
time: 79ms
memory: 3476kb
input:
100000 2 653035426 456936267 2 409660907 250295986 2 347384960 200356123 2 283557883 840123319 2 17610671 987402881 2 136895857 909667348 2 248911778 780375903 2 275329617 285342631 2 561813712 698064200 2 400903421 742043963 2 345893112 519641162 2 14593307 406479738 2 616391850 347632216 2 1973087...
output:
456936267 250295986 200356123 283557883 17610671 136895857 248911778 275329617 561813712 400903421 345893112 14593307 347632216 19730879 421626272 56181583 370600905 308183211 258362299 586922640 40159075 198139063 142754581 51756812 119730671 81065481 143568225 273158312 49357396 14434997 396080587...
result:
ok 100000 numbers
Test #3:
score: -100
Wrong Answer
time: 39ms
memory: 3832kb
input:
10000 17 682602980 427465994 308629394 109001734 104676154 428796022 186854021 449599165 926341494 518520271 848737248 161898549 472666174 717817465 55045664 497142577 155911030 17 175921543 574867131 81827354 668974927 924162354 915237015 544633396 979579177 69438027 7405300 106382140 464417239 180...
output:
1830397146 -1090063969 -1179271055 360702696 -260890778 -1847362277 1748579546 229467555 -1360645625 -448230339 -1618770371 -550774934 1954206777 -1611054101 279066490 -1442260062 -1641710392 401516655 -1128978780 -1957164662 1919811129 2116780812 1299455295 1223994887 1111024273 -1083529899 1930077...
result:
wrong answer 1st numbers differ - expected: '6125364442', found: '1830397146'