Search found 1 match

by chenyen
Mon Mar 13, 2006 6:20 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153346

10038 WHY CE

it can run on my computer but ...online-judge give me Complie ERROR :evil:

#include <iostream>
#include <cmath>
using namespace std;

int main()
{
int n=0,i=0,j[3000]={0};
bool isj=true;
while(1)
{
cin >> n;
if(cin.fail()) break;
for(i=0;i<n;i++)
{
cin >> j[i];
}
isj=true;
for(i=0;i ...

Go to advanced search