Search found 1 match

by IUmplt
Fri Apr 25, 2014 5:57 pm
Forum: Volume 112 (11200-11299)
Topic: 11284 - Shopping Trip
Replies: 32
Views: 19650

Re: 11284 - Shopping Trip

Can someone help me see what is wrong? I keep getting WA with all my variables integers. Is it possible to get the value out of 32-bit integer?
#include <cstdio>
#include <cstring>

#define MAXIN (1 << 30) - 1;

int a[51][51];
int b[13][2];
int c[13][13];
int d[1<<13][13];
int ok[1<<13][13];
int ...

Go to advanced search