摘要: 代码1:// 1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { int a,b,sum; a = 123; b = 456; sum =... 阅读全文
posted @ 2019-04-08 15:13 201821440024 阅读(186) 评论(0) 推荐(0)