记录详情

Accepted

foo.cc:19:5: warning: multi-line comment [-Wcomment]
   19 |     // do {                        \
      |     ^
foo.cc: In lambda function:
foo.cc:49:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
   49 |                     auto [v, i] = *it;
      |                          ^
foo.cc:61:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
   61 |                     auto [v, i] = *it;
      |                          ^
foo.cc: In function 'void solve()':
foo.cc:75:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
   75 |     for(auto &[par,it] : mp) {
      |               ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5289ms 13.211 MiB

信息

递交者
类型
递交
题目
P1103 Noblesse Code
语言
C++
递交时间
2023-07-26 16:07:58
评测时间
2023-07-26 16:07:58
评测机
分数
100
总耗时
5289ms
峰值内存
13.211 MiB