ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
이재영
¶
05
: michin1213@hotmail.com
: cyworld.com/michin1213
ㅠㅠ
¶
거
ㅠㅠ
,,
ㅋ
¶
-
~
¶
ㅡ,,ㅡ
#include <stdio.h>
#include <stdlib.h>
int main()
{
char name
1
0
;
int hac;
float grade;
printf("
");
scanf ("%s",&name);
printf("
");
scanf("%d",&hac);
printf("
");
scanf("%f",&grade);
printf("%s\n %d\n %.1f\n", name,hac, grade);
system("PAUSE");
return 0;
}
EditText
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:30:32
Processing time 0.0087 sec