首页
编程
java
php
前端
首页
编程
java
php
前端
这种的输入输出应该怎么写
int
main
()
{
int
n;
scanf
(
"%d"
,&n);
printf
(
"hello,%d!"
,n);
return
0
; }
点击展开全文