/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:22: error: 'scanf_s' was not declared in this scope
     scanf_s("%c", &ch);//吃掉n之后的换行符,vc使用scanf(),在vs2013中不安全,提示为scanf_s();
                      ^
/in/foo.cc:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i<v.size(); i++)
                      ^

信息

递交者
类型
递交
题目
P1031 对称串
语言
C++
递交时间
2023-04-03 09:13:49
评测时间
2023-04-03 09:13:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes