记录详情

Wrong Answer

/in/foo.cc: In function 'll euler_phi(ll)':
/in/foo.cc:47:16: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   47 |     for (auto& [p, cnt] : factors) {
      |                ^
/in/foo.cc: In function 'void generate_divisors(const std::vector<std::pair<long long int, int> >&, int, ll, std::vector<long long int>&)':
/in/foo.cc:55:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long long int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   55 |     if (idx == factors.size()) {
      |         ~~~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:179:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
  179 |             auto [curr_l, val] = mono_stack.top();
      |                  ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 548.0 KiB
#2 Accepted 2ms 480.0 KiB
#3 Accepted 2ms 484.0 KiB
#4 Accepted 2ms 472.0 KiB
#5 Accepted 2ms 488.0 KiB
#6 Accepted 2ms 472.0 KiB
#7 Accepted 2ms 484.0 KiB
#8 Accepted 2ms 536.0 KiB
#9 Wrong Answer 2ms 492.0 KiB
#10 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P1011 渊月螺旋
语言
C++
递交时间
2025-10-06 19:35:00
评测时间
2025-10-07 15:49:41
评测机
分数
200
总耗时
21ms
峰值内存
548.0 KiB