沉石鱼惊旋 @ 2021-12-05 13:53:15
据说C++20可以用中文变量名了,十分想试试
所以各位大佬,怎么开C++20
by Buried_Dream @ 2021-12-05 13:54:04
在提交界面改
by xuluojia @ 2021-12-05 13:58:07
#include<bits/stdc++.h>
using namespace std;
int main(){
int 一,二;
cin>>一>>二;
cout<<一 + 二;
}
在线IDE,C++98,应该可以
by Coros_Trusds @ 2021-12-05 13:59:54
已 A
#include <bits/stdc++.h>
using namespace std;
int main(void){
int 啊,波;
cin>>啊>>波;
cout<<啊+波<<endl;
}
by Yikara @ 2021-12-05 14:00:32
#include <bits/stdc++.h>
#define , ,
using namespace std;
long long 甲 , 乙;
int main(){
cin>>甲>>乙;
cout<<甲+乙;
}
by int64 @ 2021-12-05 14:03:28
草
by OceanBrawl @ 2021-12-05 14:03:42
#include <bits/stdc++.h>
using namespace std;
int main(){
long long 傻逼,智障,ccf;
cin>>傻逼>>智障;
ccf=傻逼+智障;
cout<<ccf;
return 0;
}
by int64 @ 2021-12-05 14:05:09
#include<iostream>
using namespace std;
string 我, 爱, 中国;
int main() {
我 = "I ";
爱 = "love ";
中国 = "China.";
cout << 我 << 爱 << 中国 << endl;
return 0;
}
by int64 @ 2021-12-05 14:06:03
楼上两位都禁赛一年吧(((
by VanishmentThisWorld @ 2021-12-05 14:07:16
草,别吧
by 一只大龙猫 @ 2021-12-05 14:08:45
@€€£