/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:58:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   58 |         for (i = 0; i < ans.size() - 1;i++) cout << ans[i] << ' ';
      |                     ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 544.0 KiB

信息

递交者
类型
自测
题目
P1062 迎春舞会之交谊舞
语言
C++
递交时间
2025-03-20 09:25:42
评测时间
2025-03-20 09:25:42
评测机
分数
10
总耗时
2ms
峰值内存
544.0 KiB