0_0_36248463_13590.cpp:1:2: error: invalid preprocessing directive #includ
#includ<bits/stdc++.h>
^
0_0_36248463_13590.cpp: In function 'int main()':
0_0_36248463_13590.cpp:5:2: error: 'cin' was not declared in this scope
cin >> a >> b;
^
0_0_36248463_13590.cpp:6:2: error: 'cout' was not declared in this scope
cout << a + b;
^
|