#include <iostream> #include <string> using namespace std; string test="abc"; int main(void) { return 0; }