#include using namespace std; int main() { int foo; float bar; cout << "string"; while (false) { cin >> foo >> bar; } return 0; }