Search found 2 matches
- Thu Aug 04, 2016 8:24 am
- Forum: Volume 9 (900-999)
- Topic: 914 - Jumping Champion
- Replies: 37
- Views: 26064
Re: 914 - Jumping Champion Why Wrong verdict
//----->|try=0; while(!success) try++;|<------
//----->|Belief Yourself,Respect Yourself|<----
#include<bits/stdc++.h>
using namespace std;
#define max3(a,b,c) max(max(a,b),c)
#define min3(a,b,c) min(min(a,b),c)
#define PI acos(-1.0)
#define LL long long
#define INF_MAX 2147483647
#define INF_MIN ...
- Wed Jun 01, 2016 11:38 am
- Forum: Volume 103 (10300-10399)
- Topic: 10361 - Automatic Poetry
- Replies: 25
- Views: 16925
Re: 10361 - Automatic Poetry
10361 - Automatic Poetry:
Why I'm getting wrong answer?? I'm testing debug input/output, All input/output are ok!
#include<bits/stdc++.h>
using namespace std;
#define max3(a,b,c) max(max(a,b),c)
#define min3(a,b,c) min(min(a,b),c)
#define PI acos(-1.0)
#define LL long long
#define INF_MAX ...
Why I'm getting wrong answer?? I'm testing debug input/output, All input/output are ok!
#include<bits/stdc++.h>
using namespace std;
#define max3(a,b,c) max(max(a,b),c)
#define min3(a,b,c) min(min(a,b),c)
#define PI acos(-1.0)
#define LL long long
#define INF_MAX ...