C算法--入门 2

2020-12-13 05:05

阅读:448

标签: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 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


评论


亲,登录后才可以留言!