Accepted
foo.cc: In function 'int main()':
foo.cc:10:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   10 |  for(int i=0;i<strlen(s);i++)
      |              ~^~~~~~~~~~
foo.cc:8:10: warning: unused variable 'b' [-Wunused-variable]
    8 |  int a=0,b=0;
      |          ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1054 OO11-6 括号的深度
 - 语言
 - C++
 - 递交时间
 - 2022-04-26 13:13:12
 - 评测时间
 - 2022-04-26 13:13:12
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 2ms
 - 峰值内存
 - 384.0 KiB