C输入与输出

xiaoxiao2021-02-27  286

C的输入与输出

#include<stdio.h> int main(){ int n,c; scanf("%d",&n); // getchar(); scanf(" %c",&c); printf("%d %c\n",n,c); }
转载请注明原文地址: https://www.6miu.com/read-9136.html

最新回复(0)