记录详情

Runtime Error

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

信息

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