Search found 1 match

by anon_user
Sat May 12, 2012 5:18 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110081

[Solved] 101 - The Blocks Problem | WA | C++

Hey guys :)
I just solved problem 100 but now i have a problem. I don't find out why I get the WA.
#include <iostream>
#include <string>
#include <cstdlib>
#include <stdio.h>
using namespace std;

void search(int number, int arr[][25], int num, int pos[2])
{
int pos_[2] = {0, 0};
for(int i = 0; i ...

Go to advanced search