Search found 1 match

by New_AshkankhaN
Fri Jul 17, 2009 11:55 pm
Forum: Volume 116 (11600-11699)
Topic: 11608 - No Problem
Replies: 25
Views: 14912

Re: 11608 - No Problem

Anybody can say what's my mistake?
i got WA

// 11608.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "stdio.h"

int _tmain(int argc, _TCHAR* argv[])
{
int s,count;
int crtd[12];
int rqrd[12];
scanf("%d",&s);
int c=1;
while(s>0)
{
printf("Case %d ...

Go to advanced search