Search found 1 match

by rzshiplu_bd
Wed Mar 18, 2015 3:36 pm
Forum: Volume 126 (12600-12699)
Topic: 12626 - I ❤ Pizza
Replies: 6
Views: 3850

Re: 12626 - I ❤ Pizza

can you suggest me please whats wrong with this code ? :(
#include<stdio.h>
#include<string.h>
int main(){
int j,tt,len;
int a=3,g=1,i=1,m=1,r=2,t=1;
int a1,g1,i1,m1,r1,t1,min,ma,mg,mi,mm,mr,mt;
char s[601];
scanf("%d",&tt);
while(tt--){
scanf("%s",&s);
len = strlen(s);
if(len<9){
printf ...

Go to advanced search