摘要: // 03.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<stdio.h> int main() {int a,b,sum; a=123; b=456; sum=a 阅读全文
posted @ 2019-04-11 14:02 望天╭(°A°`)╮ 阅读(176) 评论(0) 推荐(0) 编辑
摘要: // 22.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include "stdlib.h"#include "stdio.h"#include "time.h" int main( 阅读全文
posted @ 2019-03-27 21:18 望天╭(°A°`)╮ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-07 12:35 望天╭(°A°`)╮ 阅读(66) 评论(0) 推荐(0) 编辑