记录详情

Runtime Error

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 1ms 512.0 KiB
#2 Accepted 1ms 512.0 KiB
#3 Accepted 1ms 512.0 KiB
#4 Accepted 1ms 512.0 KiB
#5 Accepted 1ms 512.0 KiB
#6 Accepted 1ms 512.0 KiB
#7 Accepted 1ms 512.0 KiB
#8 Accepted 1ms 512.0 KiB
#9 Accepted 1ms 512.0 KiB
#10 Accepted 1ms 512.0 KiB
#11 Accepted 2ms 512.0 KiB
#12 Accepted 2ms 512.0 KiB
#13 Accepted 1ms 512.0 KiB
#14 Accepted 2ms 512.0 KiB
#15 Accepted 2ms 512.0 KiB
#16 Accepted 5ms 1.457 MiB
#17 Accepted 5ms 1.465 MiB
#18 Accepted 6ms 1.43 MiB
#19 Accepted 4ms 1.492 MiB
#20 Accepted 4ms 1.492 MiB
#21 Accepted 33ms 8.734 MiB
#22 Accepted 32ms 8.738 MiB
#23 Accepted 32ms 8.723 MiB
#24 Accepted 34ms 8.82 MiB
#25 Accepted 31ms 8.816 MiB
#26 Runtime Error Segmentation fault 72ms 15.945 MiB
#27 Runtime Error Segmentation fault 72ms 15.906 MiB
#28 Runtime Error Segmentation fault 70ms 15.898 MiB
#29 Runtime Error Segmentation fault 72ms 15.906 MiB
#30 Runtime Error Segmentation fault 69ms 15.957 MiB
#31 Runtime Error Segmentation fault 148ms 30.207 MiB
#32 Runtime Error Segmentation fault 153ms 30.324 MiB
#33 Runtime Error Segmentation fault 151ms 30.207 MiB
#34 Runtime Error Segmentation fault 148ms 30.273 MiB
#35 Runtime Error Segmentation fault 146ms 30.258 MiB
#36 Runtime Error Segmentation fault 80ms 21.008 MiB
#37 Runtime Error Segmentation fault 72ms 21.074 MiB
#38 Runtime Error Segmentation fault 91ms 21.062 MiB
#39 Runtime Error Segmentation fault 95ms 21.066 MiB
#40 Runtime Error Segmentation fault 97ms 21.016 MiB

信息

递交者
类型
递交
题目
P1007 【模板】多项式乘法1
语言
C++
递交时间
2021-07-14 22:20:25
评测时间
2021-07-14 22:20:25
评测机
分数
50
总耗时
1765ms
峰值内存
30.324 MiB