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 ...
Search found 2 matches
- Thu Jan 19, 2006 4:44 pm
- Forum: Volume 2 (200-299)
- Topic: 200 - Rare Order
- Replies: 25
- Views: 17381
- 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++.
edit: Thank you Krzysztof Duleba
Code: Select all
removed