记录详情

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 22ms 10.852 MiB
#2 Runtime Error 21ms 10.848 MiB
#3 Accepted 2ms 480.0 KiB
#4 Runtime Error 10ms 8.547 MiB
#5 Time Exceeded ≥1002ms ≥480.0 KiB
#6 Time Exceeded ≥1002ms ≥484.0 KiB
#7 Time Exceeded ≥1002ms ≥532.0 KiB
#8 Runtime Error 23ms 10.852 MiB
#9 Time Exceeded ≥1002ms ≥2.812 MiB
#10 Time Exceeded ≥1000ms ≥2.809 MiB
#11 Runtime Error 24ms 10.816 MiB
#12 Runtime Error 27ms 10.82 MiB
#13 Runtime Error 26ms 10.852 MiB
#14 Runtime Error 25ms 10.852 MiB
#15 Runtime Error 27ms 10.812 MiB
#16 Time Exceeded ≥1005ms ≥2.812 MiB
#17 Runtime Error 30ms 10.852 MiB
#18 Runtime Error 24ms 10.812 MiB
#19 Accepted 3ms 1.137 MiB
#20 Wrong Answer 21ms 2.812 MiB

信息

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