Search found 6 matches

by claire yan
Fri Oct 03, 2003 6:56 pm
Forum: Volume 4 (400-499)
Topic: 488 - Triangle Wave
Replies: 270
Views: 64400

thanks a lot
i have already got AC
^^
by claire yan
Fri Oct 03, 2003 7:00 am
Forum: Volume 4 (400-499)
Topic: 488 - Triangle Wave
Replies: 270
Views: 64400

488 WA please help me

i got WA and WA but i tried and tried
please please help me!!!!![cpp]
#include <iostream>
#include <stdio.h>
using namespace std;
////////////////////////////


int main()
{
int i = 0;
int j = 0;
int k = 0;
int m = 0;
int temp;
int amp[15000];
int fre[15000];
while(cin>>amp >>fre )
i = i+1 ...
by claire yan
Fri Oct 03, 2003 6:57 am
Forum: Volume 3 (300-399)
Topic: 392 - Polynomial Showdown
Replies: 93
Views: 31647

i got AC......
by claire yan
Thu Oct 02, 2003 12:15 pm
Forum: Volume 3 (300-399)
Topic: 392 - Polynomial Showdown
Replies: 93
Views: 31647

the same question~~

i have tried and tried,but i still got WA.
do you think that the input will be less than 9 in line?
plzzzz help me ,thanks a lot.
by claire yan
Thu Oct 02, 2003 7:33 am
Forum: Volume 3 (300-399)
Topic: 392 - Polynomial Showdown
Replies: 93
Views: 31647

i changed my code as follows:
and i find that the last line will be show twice
i don't where the problem is:
[cpp]
#include <iostream>
//#include <fstream>
using namespace std;

void findnotzero(int*,int[]);
void show(int,int[]);

int main()
{
int num[9];
// ifstream infile;
// ofstream outfile ...
by claire yan
Thu Oct 02, 2003 7:11 am
Forum: Volume 3 (300-399)
Topic: 392 - Polynomial Showdown
Replies: 93
Views: 31647

392 polynomial showdown

i don't kown why i got WA and WA. i have tried and tried.All the topics about the articles i have read . could sb help me ?? please give me some input.thanks a lot
///////////////////////////////////////////////[cpp]
#include <iostream>
//#include <fstream>
using namespace std;

void findnotzero(int ...

Go to advanced search