Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:6: error: redeclaration of 'int y1'
  int y1=2;
      ^~
/in/foo.cc:15:11: note: 'int y1' previously declared here
  int i=10,y1=y;
           ^~
/in/foo.cc:23:6: warning: unused variable 'nn' [-Wunused-variable]
  int nn=sqrt(y);
      ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1111 ganggang的烦恼
 - 语言
 - C++
 - 递交时间
 - 2021-01-29 22:21:22
 - 评测时间
 - 2021-01-29 22:21:22
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes