Compile Error

foo.cc:6:10: error: stray '\357' in program
    6 |     int a,b;
      |          ^
foo.cc:6:11: error: stray '\274' in program
    6 |     int a,b;
      |           ^
foo.cc:6:12: error: stray '\214' in program
    6 |     int a,b;
      |            ^
foo.cc: In function 'int main()':
foo.cc:6:13: error: expected initializer before 'b'
    6 |     int a,b;
      |             ^
foo.cc:7:10: error: 'a' was not declared in this scope
    7 |     cin>>a>>b;
      |          ^
foo.cc:7:13: error: 'b' was not declared in this scope
    7 |     cin>>a>>b;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1645 C3 互质数的对数
语言
C++
递交时间
2022-02-21 09:14:19
评测时间
2022-02-21 09:14:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes