Search found 1 match

by josepil
Tue Apr 26, 2011 2:32 am
Forum: Volume 3 (300-399)
Topic: 311 - Packets
Replies: 29
Views: 21026

Re: 311 - Packets

I tried this problem and gives me wa, and pass all the cases that are proposed and many more that I've proposed, I ask them to suggest cases or any error in the code

int main()
{
long emp=0;
long sum=0;
long sol=0;
long tmp=0;
long num[7];

while(1)
{
sum = 0;
sol =0;
memset(num,0 ...

Go to advanced search