为何无法编译?(测试时都没错QAQ) 代码如下:
#include<bits/stdc++.h> using namespace std; char a[1001]; int main() { gets(a); strupr(a); cout<<a; return 0; }
99孩子8