/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'void addNum(std::vector<Num>&, Num&)':
foo.cc:122:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  122 |  for(int i=0;i<v.size();i++) {
      |              ~^~~~~~~~~
foo.cc: In function 'Num& getGoodOne(int, int)':
foo.cc:159:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  159 |  for(int i=0;i<vi.size();i++) {
      |              ~^~~~~~~~~~
foo.cc: In function 'void preCalc()':
foo.cc:214:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  214 |    for(int k=0;k<preBuild.size();k++) {
      |                ~^~~~~~~~~~~~~~~~
foo.cc:215:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Num>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  215 |     for(int k2=k+1;k2<preBuild.size();k2++) {
      |                    ~~^~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:232:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  232 |  scanf("%d", &n);
      |  ~~~~~^~~~~~~~~~
foo.cc:240:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  240 |  for(int i=0;i<3;i++) scanf("%d%d", &p[i], &q[i]);
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1101ms ≥6.75 MiB
#2 Time Exceeded ≥1101ms ≥6.75 MiB
#3 Accepted 693ms 6.75 MiB
#4 Time Exceeded ≥1097ms ≥6.75 MiB
#5 Time Exceeded ≥1102ms ≥6.75 MiB
#6 Time Exceeded ≥1099ms ≥6.75 MiB
#7 Time Exceeded ≥1100ms ≥6.75 MiB
#8 Time Exceeded ≥1100ms ≥6.75 MiB
#9 Time Exceeded ≥1099ms ≥6.75 MiB
#10 Time Exceeded ≥1101ms ≥6.75 MiB

信息

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