Search found 7 matches
- Wed Sep 18, 2013 5:25 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10026 - Shoemaker's Problem
- Replies: 82
- Views: 46965
Re: 10026 - Shoemaker's Problem
Thanks I Got Ac
- Tue Sep 17, 2013 9:05 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10026 - Shoemaker's Problem
- Replies: 82
- Views: 46965
Re: 10026 - Shoemaker's Problem
Hey I'm getting Wa on my code
I think my algorithm is correct but ...
plz helppp mee
I think my algorithm is correct but ...
plz helppp mee
Code: Select all
Removed After AC
- Sun Sep 15, 2013 3:41 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10324 - Zeros and Ones
- Replies: 179
- Views: 67127
Re: 10324 - Zeros and Ones
Hi Guys
I Don't know why I get TLE On My code (10324 Zero and Ones)
Plz Help me
I Think My Algorithm is good
#include<iostream>
#include<string>
using namespace std;
int main()
{
string s;
int p=0;
while(getline(cin,s))
{
if(s.empty())break;
p++;
int n;
cin>>n;
cout<<"Case "<<p<<":"<<endl ...
I Don't know why I get TLE On My code (10324 Zero and Ones)
Plz Help me
I Think My Algorithm is good
#include<iostream>
#include<string>
using namespace std;
int main()
{
string s;
int p=0;
while(getline(cin,s))
{
if(s.empty())break;
p++;
int n;
cin>>n;
cout<<"Case "<<p<<":"<<endl ...
- Fri Sep 13, 2013 10:50 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10070 - Leap Year or Not Leap Year and ...
- Replies: 233
- Views: 83978
Re: 10070 - Leap Year or Not Leap Year and …
Thanks Brianfry713 I got acbrianfry713 wrote:You misspelled bulukulu
- Fri Sep 13, 2013 5:21 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10070 - Leap Year or Not Leap Year and ...
- Replies: 233
- Views: 83978
- Wed Sep 11, 2013 11:54 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79451
Re: 673 - Parentheses Balance
Thanks Brianfry! I Got Ac!brianfry713 wrote:You need to read line by line, there may be a blank line and reading a string will skip that.
- Wed Sep 11, 2013 12:06 am
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79451
Re: 673 - Parentheses Balance
Hi Guys
I get WA for this code on parentheses Balance.
Plz Help Me!

I get WA for this code on parentheses Balance.
Plz Help Me!

Code: Select all
Tnx... I Got Ac :lol: :lol:
}