/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'bool is_dian(std::string)':
foo.cpp:10:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<a.length();i++)
                         ^
foo.cpp: In function 'bool work(std::string)':
foo.cpp:33:33: error: 'puts' was not declared in this scope
          puts((haha+now).c_str());
                                 ^
foo.cpp: In function 'bool is_dian(std::string)':
foo.cpp:15:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1622 文件查找(HOI)
语言
C++
递交时间
2016-10-04 11:40:37
评测时间
2016-10-04 11:40:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes