oh.next my turn... my statistics says no problem solved..
yesterday. my statistics is correct. but today it'sclash.
Search found 14 matches
- Fri Oct 01, 2004 12:02 am
- Forum: Other words
- Topic: What's wrong with my stats ?
- Replies: 14
- Views: 5304
- Thu Sep 30, 2004 1:11 pm
- Forum: Other words
- Topic: What's wrong with my stats ?
- Replies: 14
- Views: 5304
- Tue Aug 31, 2004 7:08 pm
- Forum: Volume 5 (500-599)
- Topic: 574 - Sum It Up
- Replies: 46
- Views: 22473
- Sun Aug 29, 2004 9:03 pm
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47396
- Sat Aug 28, 2004 3:53 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47396
Hello emka.
It's a bug.
good luck 
It's a bug.

Code: Select all
else if ( s[i] == 'O' || s[i] == 'N' || s[i] == 'O' || s[i] == '6' )

- Fri Aug 27, 2004 5:19 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69528
- Fri Aug 27, 2004 9:25 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47396
- Thu Aug 26, 2004 5:55 pm
- Forum: Volume 4 (400-499)
- Topic: 450 - Little Black Book
- Replies: 57
- Views: 12331
- Thu Aug 26, 2004 2:28 pm
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47396
755 WA 487-3279
I've gotten WA for long time.
I tried test input on this board and mine.
please tell me my mistake or some advice.
[cpp]
Accepted nasty my code is cleared.
And Thank you Hiloshi!
[/cpp]
thank you

I tried test input on this board and mine.
please tell me my mistake or some advice.
[cpp]
Accepted nasty my code is cleared.
And Thank you Hiloshi!
[/cpp]
thank you

- Thu Aug 19, 2004 5:29 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79383
- Wed Aug 11, 2004 2:19 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10252 - Common Permutation
- Replies: 150
- Views: 73353
- Mon Aug 09, 2004 6:04 pm
- Forum: Volume 5 (500-599)
- Topic: 574 - Sum It Up
- Replies: 46
- Views: 22473
574 Sum It Up. WA can you tell me some inputs?
Thank you for your reply
I read this following passage.


I read this following passage.
and , 999 1 999 is invalid input,isnt it?and X1,...,Xn will be positive integers less than 100.
- Mon Aug 09, 2004 5:54 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79383
Why WA? 673 Parentheses Balance
I got Wrong Answer too.
my program work fine too.
did you find the cause of WA?
[cpp]
#include <iostream>
#include <string>
#include <cstdio>
#include <functional>
#include <algorithm>
using namespace std;
char buff[200];
void func() {
string str;
cin.getline(buff,50);
string::size_type st ...
my program work fine too.
did you find the cause of WA?
[cpp]
#include <iostream>
#include <string>
#include <cstdio>
#include <functional>
#include <algorithm>
using namespace std;
char buff[200];
void func() {
string str;
cin.getline(buff,50);
string::size_type st ...
- Mon Aug 09, 2004 3:45 pm
- Forum: Volume 5 (500-599)
- Topic: 574 - Sum It Up
- Replies: 46
- Views: 22473
574 Sum It Up. WA can you tell me some inputs?
I got Wrong Answer.I tried some inputs made by me.but i could found no any wrong.Could you tell me some inputs ,and my mistake?
#include <iostream>
#include <string>
#include <vector>
#include <cstdio>
#include <functional>
#include <algorithm>
using namespace std;
int t,n;
int data[200];
vector ...
#include <iostream>
#include <string>
#include <vector>
#include <cstdio>
#include <functional>
#include <algorithm>
using namespace std;
int t,n;
int data[200];
vector ...