/ Vijos /

记录详情

Compile Error

foo.cc:5:12: error: stray '\357' in program
 int n,t,m,x,ans;
            ^
foo.cc:5:13: error: stray '\274' in program
 int n,t,m,x,ans;
             ^
foo.cc:5:14: error: stray '\214' in program
 int n,t,m,x,ans;
              ^
foo.cc:5:15: error: expected initializer before 'ans'
 int n,t,m,x,ans;
               ^~~
foo.cc: In function 'int main()':
foo.cc:24:21: error: 'ans' was not declared in this scope
                     ans--;
                     ^~~
foo.cc:24:21: note: suggested alternative: 'abs'
                     ans--;
                     ^~~
                     abs
foo.cc:31:18: error: 'x' was not declared in this scope
             cin>>x;
                  ^
foo.cc:37:17: error: 'ans' was not declared in this scope
                 ans++;
                 ^~~
foo.cc:37:17: note: suggested alternative: 'abs'
                 ans++;
                 ^~~
                 abs
foo.cc:39:23: error: 'ans' was not declared in this scope
         printf("%d\n",ans);
                       ^~~
foo.cc:39:23: note: suggested alternative: 'abs'
         printf("%d\n",ans);
                       ^~~
                       abs
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2011 海港
语言
C++
递交时间
2021-10-31 18:08:00
评测时间
2021-10-31 18:08:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes