/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:65:26: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[23]' [-Wformat]
foo.cpp:65:26: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[23]' [-Wformat]
foo.cpp:65:26: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[23]' [-Wformat]
foo.cpp:107:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
foo.cpp:107:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
foo.cpp:121:27: error: 'sort' was not declared in this scope

信息

递交者
类型
递交
题目
P1876 小岛的标号
比赛
中秋节模拟赛之冷月葬花魂
语言
C++
递交时间
2014-09-06 21:11:14
评测时间
2014-09-06 22:04:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes