Search found 3 matches
- Thu May 15, 2014 12:45 am
- Forum: Volume 9 (900-999)
- Topic: 912 - Live From Mars
- Replies: 10
- Views: 1921
Re: 912 - Live From Mars
Removed after AC
- Wed May 14, 2014 4:37 pm
- Forum: Volume 9 (900-999)
- Topic: 912 - Live From Mars
- Replies: 10
- Views: 1921
912 - Live From Mars
Hey guys, I'm having a lot of trouble with this problem. I have tested my code against brianfry's big data set, and have gotten them all correct. But I still am getting WA. I think it has to do with newlines. Any ideas? Please help.
#include <iostream>
#include <fstream>
#include <sstream ...
#include <iostream>
#include <fstream>
#include <sstream ...
- Wed Apr 09, 2014 5:16 am
- Forum: Volume 118 (11800-11899)
- Topic: 11800 - Determine the Shape
- Replies: 47
- Views: 21947
11800 - Determine The Shape
Hi Everyone,
I've been working on problem 11800. My code works like this:
Look for a set of parallel edges
Cant find -> ordinary
Can find -> look for second
Can't find second - > trapezium
Then obvious calculations for the other 4 shapes
It works with every test case I can think of. Any suggestions ...
I've been working on problem 11800. My code works like this:
Look for a set of parallel edges
Cant find -> ordinary
Can find -> look for second
Can't find second - > trapezium
Then obvious calculations for the other 4 shapes
It works with every test case I can think of. Any suggestions ...