Search found 2 matches

by crisphean
Sat Aug 07, 2004 11:25 am
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 67744

thank you very much

I've got AC~thank you very much~

but I am still wondering where the bug is~hahahaha
by crisphean
Mon May 31, 2004 5:30 am
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 67744

10013 Super long sums WA...need help

store 8 digits in one cell... thank you very much for attentions
[c]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define MAX_LEN 135001
#define CARRY 100000000

long a[MAX_LEN], b[MAX_LEN];
long len;
long m;
int casen, casei;

int main()
{
long sum1, sum2;
long x1, x2;
long i, j ...

Go to advanced search