/ Vijos /

记录详情

Compile Error

foo.cc: In member function 'bool prtcmp::operator()(const char*, const char*) const':
foo.cc:17:22: error: 'strcmp' was not declared in this scope
   return strcmp(s1,s2)<0;
                      ^
foo.cc: In function 'int main()':
foo.cc:40:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&flag_2);
                     ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)

信息

递交者
类型
递交
题目
P1500 笨笨的单词排序
语言
C++
递交时间
2020-04-05 18:21:02
评测时间
2020-04-05 18:21:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes