c++ 11不支持C语言的printf吗

日期:2021-06-23 00:43:19 人气:1

c++ 11不支持C语言的printf吗

#include <iostream>
int main(int argc, char** argv) {
using namespace std;
        #普通输出
cout<<"This is 
    A+
热门评论