记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:33: warning: left operand of comma operator is a reference, not call, to function 'std::ios_base::sync_with_stdio' [-Waddress]
  ios::sync_with_stdio, cin.tie(0), cout.tie(0);
                                 ^
/in/foo.cc:7:33: warning: left operand of comma operator has no effect [-Wunused-value]
# 状态 耗时 内存占用
#1 Accepted 1ms 316.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 2ms 376.0 KiB
#5 Accepted 46ms 740.0 KiB

信息

递交者
类型
递交
题目
2-2 约瑟夫问题
比赛
2024程序设计与竞赛作业赛第五场(Idealism)
语言
C++
递交时间
2024-11-03 12:17:19
评测时间
2024-11-03 12:17:19
评测机
分数
100
总耗时
54ms
峰值内存
740.0 KiB