Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:7: error: expected initializer before '!=' token
  int x!=0,y;
       ^~
/in/foo.cc:6:7: error: 'x' was not declared in this scope
  cin>>x>>y;
       ^
/in/foo.cc:6:10: error: 'y' was not declared in this scope
  cin>>x>>y;
          ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2313 1.3.4:带余除法
 - 语言
 - C++
 - 递交时间
 - 2021-12-29 17:18:40
 - 评测时间
 - 2021-12-29 17:18:40
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes