查看C++版本

#include <iostream>
using namespace std;
int main()
{
    cout << __cplusplus << endl;
    return 0;
}
posted @ 2020-03-15 22:35  张浩东zhanghad  阅读(4421)  评论(0编辑  收藏  举报