记录详情

Accepted

/in/foo.cc: In function 'void adiv(LL, LL)':
/in/foo.cc:18:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define _for(i, a, b) for (register int i = (a); i < (b); ++i)
                                                    ^
/in/foo.cc:48:5: note: in expansion of macro '_for'
     _for(i, 0, tmp.size()) if (tmp[i] != 0)
     ^~~~
/in/foo.cc:18:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define _for(i, a, b) for (register int i = (a); i < (b); ++i)
                                                    ^
/in/foo.cc:50:9: note: in expansion of macro '_for'
         _for(j, i, tmp.size()) if (tmp[j] == tmp[i])
         ^~~~
/in/foo.cc:18:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define _for(i, a, b) for (register int i = (a); i < (b); ++i)
                                                    ^
/in/foo.cc:55:5: note: in expansion of macro '_for'
     _for(j, 1, tmp_pos.size())
     ^~~~
/in/foo.cc:37:8: warning: unused variable 'back_x' [-Wunused-variable]
     LL back_x = x, back_y = y;
        ^~~~~~
/in/foo.cc:37:20: warning: unused variable 'back_y' [-Wunused-variable]
     LL back_x = x, back_y = y;
                    ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 1.609 MiB
#2 Accepted 9ms 1.668 MiB
#3 Accepted 8ms 1.605 MiB
#4 Accepted 8ms 1.578 MiB
#5 Accepted 8ms 1.625 MiB

信息

递交者
类型
递交
题目
P1075 A11-5 小数的循环节
语言
C++
递交时间
2021-12-07 15:24:20
评测时间
2021-12-07 15:24:20
评测机
分数
100
总耗时
43ms
峰值内存
1.668 MiB