Main.cc: In function 'int main()':
Main.cc:8:22: error: expected primary-expression before '/' token
cout << fixed << / 2 << endl;
^
Main.cc:9:13: error: expected '}' at end of input
return 0;
^
Main.cc:9:13: error: expected '}' at end of input