What's wrong with this code ?????? I got WA more and more... Can anyone help me plz ?????
#include <iostream>
using namespace std;
int main()
{
long long a,f,n_c;
cin >> n_c;
// temp=n_c;
// while (n_c--)
while (n_c--)
{
cin >> f >> a;
while(a--)
{
long long i,j,n;
n=(f*2)-1;
int am ...
Search found 2 matches
- Tue Sep 14, 2010 5:10 pm
- Forum: Volume 4 (400-499)
- Topic: 488 - Triangle Wave
- Replies: 270
- Views: 65238
- Mon Sep 13, 2010 4:36 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10038 - Jolly Jumpers
- Replies: 445
- Views: 153623
Re: 10038 - Jolly Jumpers
Will you please explain me what is "Jolly jumper" & what is it's conditions.
Thank you.
Thank you.