Search found 1 match

by shohan008
Thu Apr 07, 2011 6:19 pm
Forum: Volume 112 (11200-11299)
Topic: 11223 - O: dah dah dah!
Replies: 43
Views: 25717

Re: 11223 - O: dah dah dah!

I got 12 WA. And wast 2 days to AC it. But always WA. Plz plz help me...
#include <stdio.h>
#include <string.h>
#include <iostream>
using namespace std;
int main()
{
char line[3050];
char tmp[100],c;
int t1,test,i,l,index;
while(scanf("%d",&test)!=EOF)
{
scanf("%c",&c);
for(t1=1;t1<=test;t1 ...

Go to advanced search