Search found 5 matches

by acmmamun
Sun Feb 05, 2006 2:23 pm
Forum: Volume 4 (400-499)
Topic: 445 - Marvelous Mazes
Replies: 93
Views: 21931

p - 445 I don't know why it is wrong

This is my Code:

#include <stdio.h>
#include <string.h>

char in[200];
char ch[200];
int flg,tmp1,tmp2,i,ff,len,aa;

int main(){

//freopen("in.txt","r",stdin);
//freopen("out.txt","w",stdout);

flg = 1;
ff = 0;
while(gets(ch)){

//ch = getc(stdin);
len = strlen(ch);
if(!len){
printf ...
by acmmamun
Thu Feb 02, 2006 12:34 pm
Forum: Volume 3 (300-399)
Topic: 355 - The Bases Are Loaded
Replies: 74
Views: 30624

Wait you will get accepted

Just wait and see and you will be get accepted
by acmmamun
Tue Jan 31, 2006 3:52 pm
Forum: General
Topic: why is ut wrong...
Replies: 1
Views: 1199

why is ut wrong...

#include <stdio.h>
#include <string.h>

char in[10000],ch;
int len,t;

int main(){
int i,j,flg;

//freopen("in.txt","r",stdin);
//freopen("out.txt","w",stdout);

while(gets(in)){
len = strlen(in);
flg = 1;
i=0;
while(i<len){
if(in =='!'){
printf("\n");
i++;
}
else if(in >='0' && in ...
by acmmamun
Thu Oct 27, 2005 2:47 pm
Forum: Volume 105 (10500-10599)
Topic: 10515 - Powers Et Al.
Replies: 124
Views: 45301

Sorry For Previous Reply

I am Sorry for previous reply...
But I got the same ans that you have shown?
But still wrong Ans...

//HERE MY CODE
#include <stdio.h>
#include <math.h>
#include <string.h>

char s1[200],s2[200];
int m,n,st[12][6];

int main(){
int t,i,j,l1,l2;
//freopen("in.txt","r",stdin);
//freopen("out.txt ...
by acmmamun
Thu Oct 27, 2005 8:58 am
Forum: Volume 105 (10500-10599)
Topic: 10515 - Powers Et Al.
Replies: 124
Views: 45301

DONT UNDERSTAND!!!!!!

IF INPUT IS 3 74
THEN OUTPUT is 1 => 3^4=81%10=1

IN YOUR RESULT THAT IS 9
HOW IS IT POSSIBLE!!!!!

Go to advanced search