170404_0_31843.cpp
170404_0_31843.cpp(1) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before 'for'
170404_0_31843.cpp(2) : error C2143: syntax error : missing ')' before ';'
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '*'
170404_0_31843.cpp(2) : error C2501: 'i' : missing storage-class or type specifiers
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '<='
170404_0_31843.cpp(2) : error C2501: 'i' : missing storage-class or type specifiers
170404_0_31843.cpp(2) : error C2040: 'i' : 'int *' differs in levels of indirection from 'int'
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '<='
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '++'
170404_0_31843.cpp(2) : error C2501: 'i' : missing storage-class or type specifiers
170404_0_31843.cpp(2) : error C2086: 'i' : redefinition
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '++'
170404_0_31843.cpp(2) : error C2059: syntax error : ')'
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '{'
170404_0_31843.cpp(2) : error C2447: missing function header (old-style formal list?)
170404_0_31843.cpp(2) : error C2065: 'r' : undeclared identifier
170404_0_31843.cpp(2) : error C2501: 'printf' : missing storage-class or type specifiers
170404_0_31843.cpp(2) : error C2373: 'printf' : redefinition; different type modifiers
VC\INCLUDE\stdio.h(329) : see declaration of 'printf'
170404_0_31843.cpp(2) : error C2078: too many initializers
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '}'
170404_0_31843.cpp(2) : error C2143: syntax error : missing ';' before '}'
|