赞
踩
在vs code官网Visual Studio Code - Code Editing. Redefined下载vs code
按照如下表格进行进行配置:
- #include<iostream>
-
- #include<bits/stdc++.h>
-
- using namespace std;
-
- int main(void)
-
- {
-
- string s;
-
- cin>>s;
-
- cout<<s<<endl;
-
- return 0;
-
- }
结果如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。