/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'void addNum(std::vector<Num>&, Num&)':
foo.cc:123:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  123 |  for(int i=0;i<v.size();i++) {
      |              ~^~~~~~~~~
foo.cc: In function 'Num& getGoodOne(int, int)':
foo.cc:160:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  160 |  for(int i=0;i<vi.size();i++) {
      |              ~^~~~~~~~~~
foo.cc: In function 'void preCalc()':
foo.cc:215:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  215 |    for(int k=0;k<preBuild.size();k++) {
      |                ~^~~~~~~~~~~~~~~~
foo.cc:216:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  216 |     for(int k2=k+1;k2<preBuild.size();k2++) {
      |                    ~~^~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:233:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  233 |  scanf("%d", &n);
      |  ~~~~~^~~~~~~~~~
foo.cc:243:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  243 |  for(int i=0;i<3;i++) scanf("%d%d", &p[i], &q[i]);
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 7ms 6.875 MiB
#2 Time Exceeded ≥1100ms ≥640.0 KiB
#3 Accepted 377ms 768.0 KiB
#4 Time Exceeded ≥1100ms ≥1.0 MiB
#5 Time Exceeded ≥1100ms ≥1.875 MiB
#6 Time Exceeded ≥1100ms ≥2.875 MiB
#7 Time Exceeded ≥1097ms ≥3.625 MiB
#8 Runtime Error Segmentation fault 7ms 5.25 MiB
#9 Runtime Error Segmentation fault 13ms 6.25 MiB
#10 Runtime Error Segmentation fault 16ms 6.875 MiB

信息

递交者
类型
递交
题目
P1854 火柴游戏
语言
C++
递交时间
2022-07-25 12:31:12
评测时间
2022-07-25 12:31:12
评测机
分数
10
总耗时
5921ms
峰值内存
6.875 MiB