Thanks. It‘s really accepted.brianfry713 wrote:Change the line line return 1; to return 0;
Search found 2 matches
- Sat Oct 26, 2013 6:01 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110885
Re: 101 The Block Problem Wrong Answer
- Fri Oct 25, 2013 3:44 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110885
101 The Block Problem Wrong Answer
Excuse me,need for help. I've done a lot of test, I think the code is right. but I got WA. Anyone can help me!
#include <iostream>
#include <string>
#include <string.h>
using namespace std;
typedef struct COMMAND{
int m_iCmd;
int m_iA;
int m_iB;
}COMMAND;
int giNowBlock[25],giNextBlock[25 ...
#include <iostream>
#include <string>
#include <string.h>
using namespace std;
typedef struct COMMAND{
int m_iCmd;
int m_iA;
int m_iB;
}COMMAND;
int giNowBlock[25],giNextBlock[25 ...