# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
16786 | kdh9949 | 카드 (GA8_card) | C++98 | 0 ms | 0 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.
#include<stdio.h>
int k,m,n,sum;
int main()
{
scanf("%d",&n);
for(int i=0;i<n;i++){
scanf("%d",&k);
m=m<k?k:m;
s+=k;
}
printf("%d",s-m);
}