Search found 2 matches

by cyph1e
Thu Jan 19, 2006 4:44 pm
Forum: Volume 2 (200-299)
Topic: 200 - Rare Order
Replies: 25
Views: 17381

200 - Rare Order

Hi, I'm don't know the reason why I get WA for this one. Every input I try seems to yield the correct output.

#include <iostream>
#include <string>
#include <vector>
#include <cstdlib>

using namespace std;

int main()
{

#ifndef ONLINE_JUDGE
freopen("in.txt", "r", stdin);
freopen("out.txt ...
by cyph1e
Sun Jan 08, 2006 12:35 pm
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50442

103 CE

Hi, I get "Compiler Error" on this piece of code for problem 103. How do I track down these kinds of errors? I'm using the latest version of Dev-C++.

Code: Select all

removed
edit: Thank you Krzysztof Duleba

Go to advanced search