#include <iostream>#include <string>int f=10; int main(){ int f=15; std::cout<<f<<" "<<::f; }
Standard input is empty
15 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!