#include <iostream> int main() { using std::cout; using std::endl; cout << "Hello physics!" << endl; return 0; }