Search found 1 match

by zer00
Sun Sep 06, 2009 9:40 pm
Forum: Volume 116 (11600-11699)
Topic: 11661 - Burger Time?
Replies: 37
Views: 17813

11661 - Burger Time? why WA?

please i need some help i dont know why i get WA
this is my code:


#include<cstdio>
#include<string>
#define MAX 99999999

int main(){
long L,min,inicio,j;
bool encontreZ;
char *calle;
while(true){
scanf("%li",&L);
fflush(stdin);
if(L==0) break;
calle=new char[MAX];
scanf("%s",calle ...

Go to advanced search