Search found 1 match

by think12381
Sun Nov 18, 2007 4:33 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320261

about ACM 100 WA

Dear all
I test some numbers to my code but no error can't be finded!!
Send this code to Online Judge, it always tells me "WA".
May you tell me what WA is happened on my code ???

Thank you!


#include <stdio.h>

long algorithm(long );
void swap(long *,long*);

int main(int argc, char *argv ...

Go to advanced search