molecules.cpp: In function 'int main()':
molecules.cpp:6:5: error: 'cin' was not declared in this scope
6 | cin >> n >> l>>u;
| ^~~
molecules.cpp:2:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
1 | #include<molecules.h>
+++ |+#include <iostream>
2 | #define ll long long
molecules.cpp:14:5: error: 'sort' was not declared in this scope; did you mean 'short'?
14 | sort(w,w+n);
| ^~~~
| short
molecules.cpp:26:13: error: 'cout' was not declared in this scope
26 | cout<<nani<<"\n";
| ^~~~
molecules.cpp:26:13: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
molecules.cpp:31:13: error: return-statement with no value, in function returning 'int' [-fpermissive]
31 | return;
| ^~~~~~
molecules.cpp:44:9: error: 'cout' was not declared in this scope
44 | cout << nani << "\n";
| ^~~~
molecules.cpp:44:9: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
molecules.cpp:50:9: error: 'cout' was not declared in this scope
50 | cout<<"0\n";
| ^~~~
molecules.cpp:50:9: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?