0_0_38560092_29114.cpp:7:2: error: stray '\243' in program
int c,n£»
^
0_0_38560092_29114.cpp:7:2: error: stray '\273' in program
0_0_38560092_29114.cpp: In function 'int main()':
0_0_38560092_29114.cpp:8:2: error: expected initializer before 'int'
int i,j,max;
^
0_0_38560092_29114.cpp:12:15: error: 'n' was not declared in this scope
scanf("%d",&n);
^
0_0_38560092_29114.cpp:15:7: error: 'i' was not declared in this scope
for(i=0;i<n;i++)
^
0_0_38560092_29114.cpp:16:7: error: 'j' was not declared in this scope
for(j=0;j<=i;j++)
^
0_0_38560092_29114.cpp:21:7: error: 'i' was not declared in this scope
for(i=n-2;i>=0;i--)
^
0_0_38560092_29114.cpp:23:8: error: 'j' was not declared in this scope
for(j=0;j<=i;j++)
^
0_0_38560092_29114.cpp:30:3: error: 'max' was not declared in this scope
max=a[0][0];
^
0_0_38560092_29114.cpp:30:3: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_38560092_29114.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: 'std::max'
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
|