0_0_16433679_5025.cpp:1:1: error: 'include' does not name a type
include<iostream>
^
0_0_16433679_5025.cpp: In function 'int main()':
0_0_16433679_5025.cpp:15:2: error: 'cin' was not declared in this scope
cin >> s;
^
0_0_16433679_5025.cpp:27:3: error: 'cout' was not declared in this scope
cout << max << " " << min << endl;
^
0_0_16433679_5025.cpp:27:32: error: 'endl' was not declared in this scope
cout << max << " " << min << endl;
^
|