/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void P2039::init()':
/in/foo.cc:105:36: error: 'sprintf_s' was not declared in this scope
    sprintf_s(retString, "%.6f", sum);
                                    ^
/in/foo.cc:87:10: warning: unused variable 'totalCount' [-Wunused-variable]
   double totalCount = pow(diceMax, diceCount);
          ^~~~~~~~~~

信息

递交者
类型
递交
题目
P2039 龙与地下城
语言
C++
递交时间
2019-07-23 16:04:54
评测时间
2019-07-23 16:04:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes