Search found 4 matches

by simondhaka
Sat Feb 05, 2005 11:13 pm
Forum: C
Topic: what does integer mean?
Replies: 1
Views: 1956

what does integer mean?

often i see in problems that input number is integer. then how should I declare my veriable?
what does integer means
a. int
b. long
c. unsigned long
d. unsigned int
e. long long int

plz help me...I m new programmar....
by simondhaka
Sun Nov 14, 2004 12:59 am
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153280

Thanku

:P :lol: :wink: :D :)

Thank you. I got AC. It was really a "Easy Jhamela Problem" for me. Thank you very much.

Good Bye Ramadan
&
Happy EID
by simondhaka
Sat Nov 13, 2004 12:27 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153280

10038

I dont understand why do I get WA . Can any one check this code plz:

[c]
#include<stdio.h>
#include<stdlib.h>

void main(){
long int n,i,f1,f2,diff,bool,array[3005]={0};

FILE *infile,*outfile;
infile=stdin;
outfile=stdout;

while(1){
if(feof(infile)) break;

fscanf(infile,"%ld",&n);
fscanf ...
by simondhaka
Sat Nov 13, 2004 12:26 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153280

10038

I dont understand why do I get WA . Can any one check this code plz:

[c]
#include<stdio.h>
#include<stdlib.h>

void main(){
long int n,i,f1,f2,diff,bool,array[3005]={0};

FILE *infile,*outfile;
infile=stdin;
outfile=stdout;

while(1){
if(feof(infile)) break;

fscanf(infile,"%ld",&n);
fscanf ...

Go to advanced search