Search found 2 matches

by IhateWA
Mon Apr 27, 2015 8:58 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110490

Re: 101 - The Blocks Problem

Hello

I have read others' AC code on the Internet.
And,I think my code is act like that.

But,I always get TLE.
Please help me....QQ

thansk

this is my code
#include<iostream>
#include<string.h>
#include <algorithm>
#include<cstdio>
#define D(x) cout<<#x<<" is "<<x<<endl;
using namespace std;
int ...
by IhateWA
Thu Apr 23, 2015 8:17 am
Forum: Volume 4 (400-499)
Topic: 465 - Overflow
Replies: 104
Views: 39481

Re: 465 - Overflow

Help Me plz . Q_Q

I have tried all testcase and these are right.
(except 1111*99999999 or 11+33 .Because I think he input contains at least one space after first number and after operator sign.....)

I dont know why I always get WA...

/*

*/
//2,147,483,647
#include<iostream>
#include<string.h ...

Go to advanced search