啊哈磊_编程从这里起步

标题: 运行不出来啊 [打印本页]

作者: 666大眼萌    时间: 2021-1-6 12:23
标题: 运行不出来啊
#include <stdio.h>
#include <stdlib.h>
int main()
{
   int a,b,c;
   a=10;
   b=5;
   c=a-b;
   printf("%d",c);
   c=a+b;
   printf("%d",c);
   system("pause");
   return 0;
}






欢迎光临 啊哈磊_编程从这里起步 (https://bbs.codeaha.com/) Powered by Discuz! X3.2