#include<bits/stdc++.h> using namespace std; void f() { cout<<"呜呜呜!!!"<<endl; f(); } int main() { f(); return 0; }
请洛谷管理员说明原因!!!