Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!news.trc!nf2.iij.ad.jp!nr0.iij.ad.jp!news.iij.ad.jp!fu.bekkoame.or.jp!fu1.bekkoame.or.jp!NEWS!not-for-mail
From: "$B>>Ln(B $B>4I'(B" <akihikom@teijinseiki.co.jp>
Subject: Re: $B#27e$N$?$7;;(B
Message-ID: <01bd0c1d$e6cde500$81cda8c0@akihikom>
Date: Fri, 19 Dec 1997 01:35:00 GMT
References: <67bcpq$hms$1@biwasv08.biwa.or.jp>
Organization: $BA!5!3+H/ItEEAu(BG
X-Newsreader: Microsoft Internet News 4.70.1157
Lines: 25
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:5682
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=5682&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.


> #include <stdio.h>
> main()
> {
>   int x,y;
>   printf("x$B!d(B");
>   scanf("%d",x);
>   printf("y$B!d(B");
>   scanf("%d",y);
>   printf("%d+%d=%d",x,y,x+y);
> }
> 
> $B$3$l$GB-$7;;$9$k$HJQ$J?t;z$,=P$F$-$^$9(B
> $B=u$1$F$/$@$5$$!#(B
> 
> 
   
$B$O$8$a$^$7$F(B $B$o$?$7$b=i?4<T$N>>Ln$G$9!#(B
scanf$B$r<!$NMM$K$7$?$iJQ$J?t;z$O=P$J$/$J$k$H$*$b$$$^$9!#(B

scanf("%d",&x);

$B$,$s$P$C$F2<$5$$!#(B

 

