记录详情

Compile Error

foo.cc: In function ‘int solve(int, int, int)’:
foo.cc:23:9: error: ‘_itoa’ was not declared in this scope
   23 |         _itoa(yu,str,p);
      |         ^~~~~
foo.cc:24:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   24 |         for (int i=0;i<strlen(str);i++)
      |                      ~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1564 Problem 1B. p进制数1
比赛
2024春 悬赏令第一周
语言
C++
递交时间
2024-04-11 18:37:56
评测时间
2024-04-11 18:37:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes