记录详情

Runtime Error

/in/foo.cc: In function 'll euler_phi(ll)':
/in/foo.cc:65:16: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   65 |     for (auto& [p, cnt] : factors) {
      |                ^
/in/foo.cc: In function 'std::vector<long long int> get_distinct_prime_factors(ll)':
/in/foo.cc:74:16: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   74 |     for (auto& [p, cnt]:factors)
      |                ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:142:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Interval>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  142 |         for (int j = start; j < stack.size(); ++j) {
      |                             ~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 10ms 8.551 MiB
#2 Accepted 2ms 524.0 KiB
#3 Accepted 2ms 532.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Runtime Error 10ms 8.52 MiB
#6 Runtime Error 10ms 8.543 MiB
#7 Time Exceeded ≥5001ms ≥532.0 KiB
#8 Time Exceeded ≥5002ms ≥536.0 KiB
#9 Runtime Error 10ms 8.504 MiB
#10 Accepted 2ms 476.0 KiB

信息

递交者
类型
递交
题目
P1011 渊月螺旋
语言
C++
递交时间
2025-10-06 12:00:52
评测时间
2025-10-07 15:47:45
评测机
分数
100
总耗时
10053ms
峰值内存
8.551 MiB