- 一级测验
第2题
- 2023-8-17 11:56:42 @
#include<bits/stdc++.h>
using namespace std;
int main()
{
int x,y;
cin>>x;
y=x+13;
cout<<y<<endl;
return 0;
}
0 comments
No comments so far...
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.