/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int sub(int*, int*, int, int)':
/in/foo.cc:41:1: error: expected ';' before '}' token
 }  
 ^
/in/foo.cc: In function 'bool judge(std::__cxx11::string)':
/in/foo.cc:78:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<s.size();i++)  
                 ~^~~~~~~~~
/in/foo.cc: In function 'std::__cxx11::string div(std::__cxx11::string, std::__cxx11::string, int)':
/in/foo.cc:75:1: warning: control reaches end of non-void function [-Wreturn-type]
 }  
 ^

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
C++
递交时间
2019-07-30 16:10:42
评测时间
2019-07-30 16:10:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes