记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:18: error: 'm' was not declared in this scope
       j = rand()%m+n     //n是起始值,n+m-1是终止值,m是随机数范围
                  ^
/in/foo.cc:11:20: error: 'n' was not declared in this scope
       j = rand()%m+n     //n是起始值,n+m-1是终止值,m是随机数范围
                    ^

信息

递交者
类型
递交
题目
P1356 4B 两种操作
比赛
2023暑期青少年社团(惜别赛)
语言
C++
递交时间
2023-08-24 18:59:13
评测时间
2023-08-24 18:59:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes