摘要:
c/c++中的输入输出 #include <iostream> using namespace std; int main() { //c语言中的输入输出 int a, b; scanf("%d%d",&a,&b); printf("%d\n",a+b); //c++中的输入输出 cin >> a 阅读全文
posted @ 2022-11-27 22:03
小纸条
阅读(87)
评论(0)
推荐(0)
由于水平原因,博客大部分内容摘抄于网络,如有错误或者侵权请指出,本人将尽快修改