0_0_37177840_19235.cpp:1:1: error: 'clude' does not name a type
clude<bits/stdc++.h>
^
0_0_37177840_19235.cpp: In function 'int main()':
0_0_37177840_19235.cpp:5:9: error: 'cin' was not declared in this scope
while (cin >> n)
^
0_0_37177840_19235.cpp:21:29: error: 'printf' was not declared in this scope
printf("%d", pasc[i][j]);
^
0_0_37177840_19235.cpp:23:30: error: 'printf' was not declared in this scope
printf("%d ", pasc[i][j]);
^
0_0_37177840_19235.cpp:25:4: error: 'cout' was not declared in this scope
cout << endl;
^
0_0_37177840_19235.cpp:25:12: error: 'endl' was not declared in this scope
cout << endl;
^
0_0_37177840_19235.cpp:27:3: error: 'cout' was not declared in this scope
cout << endl;
^
0_0_37177840_19235.cpp:27:11: error: 'endl' was not declared in this scope
cout << endl;
^
|