记录详情

Accepted

foo.cc:122:25: warning: multi-character character constant [-Wmultichar]
     constexpr uint e0 = '\0\0\0\1', e1 = '\0\0\1\0', e2 = '\0\1\0\0', e3 = '\1\0\0\0';
                         ^~~~~~~~~~
foo.cc:122:42: warning: multi-character character constant [-Wmultichar]
     constexpr uint e0 = '\0\0\0\1', e1 = '\0\0\1\0', e2 = '\0\1\0\0', e3 = '\1\0\0\0';
                                          ^~~~~~~~~~
foo.cc:122:59: warning: multi-character character constant [-Wmultichar]
     constexpr uint e0 = '\0\0\0\1', e1 = '\0\0\1\0', e2 = '\0\1\0\0', e3 = '\1\0\0\0';
                                                           ^~~~~~~~~~
foo.cc:122:76: warning: multi-character character constant [-Wmultichar]
     constexpr uint e0 = '\0\0\0\1', e1 = '\0\0\1\0', e2 = '\0\1\0\0', e3 = '\1\0\0\0';
                                                                            ^~~~~~~~~~
foo.cc:124:27: warning: multi-character character constant [-Wmultichar]
     for (uint i = 0, c0 = '0000'; i != 10; ++i, c0 += e0)
                           ^~~~~~
foo.cc: In function 'const Complex* init(int)':
foo.cc:51:63: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
     for (int i = 18; i != -1; --i) ROOT[1 << i] = ROOT[1 << i + 1] * ROOT[1 << i + 1];
                                                             ~~^~~
foo.cc:51:82: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
     for (int i = 18; i != -1; --i) ROOT[1 << i] = ROOT[1 << i + 1] * ROOT[1 << i + 1];
                                                                                ~~^~~
foo.cc: In member function 'IO_Tp& IO_Tp::operator<<(uint)':
foo.cc:164:40: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *--reinterpret_cast<uint *&>(_pos) = m[x % 10000], x /= 10000;
                                        ^
foo.cc:166:40: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *--reinterpret_cast<uint *&>(_pos) = m[x % 10000], x /= 10000;
                                        ^
foo.cc:167:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     *--reinterpret_cast<uint *&>(_pos) = m[x];
                                      ^
foo.cc: In constructor 'IO_Tp::IO_Tp()':
foo.cc:130:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     fread(_I_Buffer, 1, _I_Buffer_Size, stdin);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Accepted 2ms 492.0 KiB
#3 Accepted 2ms 468.0 KiB
#4 Accepted 1ms 512.0 KiB
#5 Accepted 2ms 460.0 KiB
#6 Accepted 2ms 512.0 KiB
#7 Accepted 2ms 512.0 KiB
#8 Accepted 2ms 472.0 KiB
#9 Accepted 2ms 512.0 KiB
#10 Accepted 2ms 512.0 KiB
#11 Accepted 2ms 512.0 KiB
#12 Accepted 2ms 592.0 KiB
#13 Accepted 2ms 588.0 KiB
#14 Accepted 2ms 512.0 KiB
#15 Accepted 3ms 584.0 KiB
#16 Accepted 5ms 1.492 MiB
#17 Accepted 4ms 1.5 MiB
#18 Accepted 4ms 1.43 MiB
#19 Accepted 5ms 1.484 MiB
#20 Accepted 5ms 1.449 MiB
#21 Accepted 36ms 8.699 MiB
#22 Accepted 37ms 8.707 MiB
#23 Accepted 40ms 8.723 MiB
#24 Accepted 39ms 8.828 MiB
#25 Accepted 31ms 8.805 MiB
#26 Accepted 79ms 17.035 MiB
#27 Accepted 80ms 17.027 MiB
#28 Accepted 78ms 17.027 MiB
#29 Accepted 77ms 17.285 MiB
#30 Accepted 77ms 17.246 MiB
#31 Accepted 167ms 35.961 MiB
#32 Accepted 166ms 35.949 MiB
#33 Accepted 173ms 35.965 MiB
#34 Accepted 169ms 36.746 MiB
#35 Accepted 178ms 36.73 MiB
#36 Accepted 347ms 72.422 MiB
#37 Accepted 339ms 72.422 MiB
#38 Accepted 329ms 72.375 MiB
#39 Accepted 339ms 73.199 MiB
#40 Accepted 337ms 73.168 MiB

信息

递交者
类型
递交
题目
P1007 【模板】多项式乘法1
语言
C++
递交时间
2021-07-17 19:52:14
评测时间
2021-07-17 19:52:14
评测机
分数
100
总耗时
3187ms
峰值内存
73.199 MiB