int main(void){int a,b;cin >> a >> b;cout << a << "/" << "b" << "=" << a/b << "...." << a%b << endl;return 0;}android 上有沒有好用的C++ compiler ?