0_0_35987842_21341.cpp:2:7: error: expected nested-name-specifier before 'namemspace'
using namemspace std;
^
0_0_35987842_21341.cpp: In function 'int main()':
0_0_35987842_21341.cpp:7:9: error: 'cin' was not declared in this scope
cin>>a[i]
^
0_0_35987842_21341.cpp:7:9: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:74:0,
from 0_0_35987842_21341.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
|