rt
#include<bits/stdc++.h> using namespace std; int main(){ double a = 1, b = 0; cout << a / b; return 0; }
以及这个会不会 RE?