Search found 3 matches

by Oyhama Hora
Sun Apr 22, 2007 11:25 pm
Forum: Volume 106 (10600-10699)
Topic: 10679 - I Love Strings!!
Replies: 101
Views: 69141

Why WA

Why WA?
I dont know. Anybody can help me ?
thanks.

#include<iostream>
#include<string>
using namespace std;
main()
{
char frase[100000],text[1000];
string output;
int casos,x,query,y,stat;
output="";
cin>>casos;
stat=0;
for(x=1;x<=casos;x++)
{
cin>>frase;
cin>>query;
if(query<1000 ...
by Oyhama Hora
Sun Apr 15, 2007 10:32 pm
Forum: Volume 111 (11100-11199)
Topic: 11173 - Grey Codes
Replies: 5
Views: 6599

11173 - Grey Codes

Hi,
Who know make this problem.
i dont know the logic or the sequence for this problem.
Oyhama
by Oyhama Hora
Tue May 24, 2005 11:02 pm
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37375

problem 190

what is wrong with my solution
it gets wrong answer
my code is very simple
so anybody can look at a glance
have any idea why wa
or have any input for which my solution produce wrong
here is my code.
thanks


#include<stdio.h>
#include<math.h>

int z;
float x[3],y[3];
double ak,bk,ck;

void ...

Go to advanced search