0_0_38899063_21218.cpp:2:2: error: invalid preprocessing directive #inlcude; did you mean #include?
2 | #inlcude<iostream>
| ^~~~~~~
| include
0_0_38899063_21218.cpp: In function 'int main()':
0_0_38899063_21218.cpp:7:9: error: 'cin' was not declared in this scope
7 | while(cin>>b)
| ^~~
0_0_38899063_21218.cpp:2:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
1 | #include<stdlib.h>
+++ |+#include <iostream>
2 | #inlcude<iostream>
|