Search found 1 match

by IronPlatypi
Tue Jan 29, 2008 8:18 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110976

RTE as well ....

Hey I'm also getting a RTE for 101, it works fine on my home computer, but when I submit it, it gives me a RTE.



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

int bWorld[25][25];
int numBlocks;


void display(){
int k = 0;
for (int i = 0; i < numBlocks; i++){
k = 0;
cout << i ...

Go to advanced search