Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:15: warning: 'jd2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(i!=jd1&&i!=jd2)
              ~^~~~~
/in/foo.cc:27:7: warning: 'jd1' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(i!=jd1&&i!=jd2)
      ~^~~~~
/in/foo.cc:10:6: warning: 'tot' may be used uninitialized in this function [-Wmaybe-uninitialized]
   tot+=a[i];
   ~~~^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1804 间谍
 - 语言
 - C++
 - 递交时间
 - 2024-03-29 22:12:33
 - 评测时间
 - 2024-03-29 22:12:33
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 17ms
 - 峰值内存
 - 388.0 KiB