C言語練習 20単語
問題文
ふりがな非表示
ふりがな表示
#include(#include)
<stdio.h>(<stdio.h>)
<math.h>(<math.h>)
int(int)
main(main)
void(void)
return 0;(return 0;)
printf("\n");(printf("\n");)
double(double)
for(for)
while(while)
if(if)
else(else)
break;(break;)
a[n](a[n])
i==j(i==j)
i<=j(i<=j)
i!=j(i!=j)
&&(&&)
||(||)