/ Vijos /

记录详情

Compile Error

foo.cc: In function 'void make(char (*)[101], int, int)':
foo.cc:75:24: error: 'arc4random' was not declared in this scope
             a[i][j] = (arc4random() % 100) > 20 ? '-' : '#';
                        ^~~~~~~~~~
foo.cc:75:24: note: suggested alternative: 'srandom'
             a[i][j] = (arc4random() % 100) > 20 ? '-' : '#';
                        ^~~~~~~~~~
                        srandom
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1051 送给圣诞夜的极光
语言
C++
递交时间
2021-08-10 17:42:41
评测时间
2021-08-10 17:42:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes