演習 1-4

#include <stdio.h>

int main(){

int pai = 3.14, x = 5.7;

printf("pai = %d\nx = %d\n", pai, x);

return 0;
}

0 件のコメント:

コメントを投稿