码迷,mamicode.com
首页 > 编程语言 > 详细

C算法--入门 2

时间:2019-07-04 09:45:02      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:inpu   ble   put   mat   style   use   --   c++   时间   

C C++比较:

1.

Scanf printf 函数

Cin cout可不指定输入输出格式,消耗时间多

 

2.

Stdio :standard input output   .h——head

Stdio.h  ——include sth about input and output   (cstdio)

#include<xxx> use stdio.h

Math.h    (cmath)

String.h    (cstring)

 

3.

Only one entrance

Int main(){

Return 0;

}

 

4.

Int a,b;

Scanf(“%d%d”,&a,&b);

Printf(“%d”,a+b);

 

5.

C++ downward compatible C

C算法--入门 2

标签:inpu   ble   put   mat   style   use   --   c++   时间   

原文地址:https://www.cnblogs.com/Catherinezhilin/p/11130211.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!