Search found 1 match

by LMY
Mon Dec 08, 2008 1:08 pm
Forum: Volume 4 (400-499)
Topic: 492 - Pig-Latin
Replies: 213
Views: 49496

492 WA help plz

Here is my code.

I try some input by the wa discuss topic before but still get wa

can someone help me plz !!

#include <iostream>

using namespace std;

#define MAX 1000000

int main(){
char s[MAX];
char c;
bool begin;
bool vowel;
bool consonant;

//freopen("in", "r", stdin);

while (cin ...

Go to advanced search