0_0_19856944_3543.cpp:1:1: error: 'clude' does not name a type
clude<iostream>
^
0_0_19856944_3543.cpp: In function 'int main()':
0_0_19856944_3543.cpp:9:11: error: 'cin' was not declared in this scope
while(cin>>n>>m)
^
0_0_19856944_3543.cpp:29:5: error: 'cout' was not declared in this scope
cout<<l[i]<<"\n";
^
|