题目信息
-
题目类型
-
初赛
-
题目年份
-
2023
-
题目题型
-
填空题
-
关 键 词
-
输出
题目题干
39
#include <iostream>
using namespace std;
int main()
int n,m;
cin >n >m;
int x =1,y 1;
int dx 1,dy 1;
while (true)
{
int cnt =0;
X+=dx;
y +dy;
if(X==1‖x==n)
dx =-dx;
cnt++;
if (y ==1lly ==m)
dy -dy;
cnt++;
if (cnt =2)
{
break;
}
cout <<x <<","<<y <endl;
return 0;
}
输入2:20231012
输出2:___
答案解析
相关题目
-
39 #include <iostream> using namespace std; int main() int n,m; cin >n >m; int x =1,y 1;
-
40 #include <iostream> using namespace std; int main() { int n,m; cin >n>>m; int x 1,
-
38 #include <iostream> using namespace std; int main( { int n,m; cin >n>>m; int x =1,
-
37 #include <iostream> using namespace std; struct point { int x,y; : void add(point &a,point
-
36 已知二叉树的前序遍历顺序为ABDCEGHF,中序遍历顺序为DBAGEHCF,该二叉树的后序遍历为___
-
35 int fun(int a,int b) if (b =0)return a; return fun(b,a b); 执行fun(84,119)函数返回值为___
-
34 假设字符串5="NOC23",则s的非空子串的个数为
-
33 假定一个二维数组的定义为char ch[8][8]:则该数组所占存储空间的字节总数为
-
C++语言中的每条基本语句以___作为结束符。(请填英文符号)
-
31 对数组进行sort排序,reverse)反转,二分查找lower_.bound、upper_.bounds等操作需要包含头文件:<一>(本题横线处仅填写英文字母)
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会