/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void get_Adjacent(char*, int)':
foo.cpp:34:22: error: incompatible types in assignment of 'char' to 'char [210]'
foo.cpp:35:38: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp: In function 'bool judgment(int, int)':
foo.cpp:44:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp: In function 'void find_FirstNumber()':
foo.cpp:85:40: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:94:40: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:95:41: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:98:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp:118:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp: In function 'bool special_Judge()':
foo.cpp:225:39: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp: In function 'int main()':
foo.cpp:232:5: warning: unused variable 't' [-Wunused-variable]

信息

递交者
类型
递交
题目
P1005 超长数字串
语言
C++
递交时间
2013-10-24 11:14:24
评测时间
2013-10-24 11:14:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes