Search found 1 match

by weirdo
Sun Sep 18, 2005 3:33 am
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 102313

10035-Primary Arithmetic

oh~~~ :(
i tried any test data,but i still get wa.
tell me how to fix,plz. thx all~~~

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define NO_DEBUG
int isExit(char*,char*);
void swapString(char* ,char*);
int main(int argc, char *argv[])
{
int i;
char number_1[10],number_2[10 ...

Go to advanced search