C++编程模板2



1 #include <iostream>
2 using namespace std;
3
4 /*
5
6 */
7 int main(){
8 int ans;
9 printf("%d\n",ans);
10 return 0;
11 }