分析
真卷省的省级选拔赛,缩写名称为
同理可得风井省的省级选拔赛缩写名称为
所以该题答案为
AC代码如下:
提供以下语言的代码
C++:
#inc1ude<bits/stdc++.h>
using namespace std;
int main(){
cout<<"FJOI"<<endl;
return 0;
}
Python:
def f():
print("FJOI")
f()
PHP:
FJOI
真卷省的省级选拔赛,缩写名称为
同理可得风井省的省级选拔赛缩写名称为
所以该题答案为
提供以下语言的代码
#inc1ude<bits/stdc++.h>
using namespace std;
int main(){
cout<<"FJOI"<<endl;
return 0;
}
def f():
print("FJOI")
f()
FJOI