Search found 32 matches
- Sun Dec 27, 2015 7:04 pm
- Forum: Volume 117 (11700-11799)
- Topic: 11790 - Murcia's Skyline
- Replies: 28
- Views: 14959
Re: 11790 - Murcia's Skyline
Passes all input data provided by Brian Fry, but still WA! #include <bits/stdc++.h> using namespace std; int n, ans[2000]; int main() { int test, t=0; // freopen("input.txt", "r", stdin); // freopen("output.txt", "w", stdout); scanf("%d", &test);...
- Thu Jul 09, 2015 10:11 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10532 - Combination! Once Again
- Replies: 15
- Views: 5082
Re: 10532 - Combination! Once Again
Anyone Please help me to solve the problem?
- Mon Mar 09, 2015 10:06 pm
- Forum: Volume 7 (700-799)
- Topic: 785 - Grid Colouring
- Replies: 27
- Views: 14486
Re: 785 - Grid Colouring
Got some hints 

- Mon Feb 23, 2015 6:56 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10534 - Wavio Sequence
- Replies: 44
- Views: 8924
- Fri Jan 30, 2015 9:02 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11579 - Triangle Trouble
- Replies: 20
- Views: 10837
- Sat Jan 24, 2015 2:26 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10397 - Connect the Campus
- Replies: 75
- Views: 27967
Re: 10397 - Connect the Campus
Why Runtime Error??
Code: Select all
Solved!, I didn't check parent of already connected component while input
- Tue Jan 20, 2015 10:24 pm
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 26970
Re: 465 - Overflow
Silly Mistake 

- Mon Jan 19, 2015 6:14 pm
- Forum: Volume 117 (11700-11799)
- Topic: 11733 - Airports
- Replies: 23
- Views: 8061
Re: 11733 - Airports
Lots of Thanks to brianfry713
- Thu Jan 01, 2015 6:30 pm
- Forum: Volume 3 (300-399)
- Topic: 336 - A Node Too Far
- Replies: 121
- Views: 44193
Re: 336 - A Node Too Far
Getting Runtime Error:
Code: Select all
Thanks to brianfry713
- Tue Dec 09, 2014 12:00 am
- Forum: Volume 100 (10000-10099)
- Topic: 10026 - Shoemaker's Problem
- Replies: 82
- Views: 36608
Re: 10026 - Shoemaker's Problem
Why WA?
Code: Select all
Thanks to brianfry713
- Wed Dec 03, 2014 3:03 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 81145
Re: 10189 - Minesweeper
Thanks to lighted
- Sat Nov 29, 2014 4:11 pm
- Forum: Volume 120 (12000-12099)
- Topic: 12032 - The Monkey and the Oiled Bamboo
- Replies: 23
- Views: 8063
Re: 12032 - The Monkey and the Oiled Bamboo
Thanks to brianfry713
- Mon Nov 24, 2014 4:00 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11078 - Open Credit System
- Replies: 12
- Views: 6423
Re: 11078 - Open Credit System
Didn't read the question carefully 

- Sat Nov 22, 2014 2:11 pm
- Forum: Volume 118 (11800-11899)
- Topic: 11850 - Alaska
- Replies: 32
- Views: 11020
- Sat Nov 22, 2014 1:02 pm
- Forum: Volume 4 (400-499)
- Topic: 459 - Graph Connectivity
- Replies: 132
- Views: 28670
Re: 459 - Graph Connectivity
Why Getting WA???
Code: Select all
Got AC! Check the newline instructions