# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
8429 | tncks0121 | Solve another chuck (kriii2_S) | C11 | 0 ms | 1084 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
s;main(r,c,x){
scanf("%d%d",&r,&c);r*=c;
while(r--){scanf("%d",&x);s+=x<0?-x:x;}
printf("%d 0",s);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |