/ TYWZ /

记录详情

Compile Error

/in/foo.cc: In function 'long long int power(long long int, long long int)':
/in/foo.cc:10:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if ( b % 2 ) 
         ^~
/in/foo.cc:12:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   r=r%o;
   ^
/in/foo.cc:12:7: error: 'o' was not declared in this scope
   r=r%o;
       ^
/in/foo.cc:17:14: error: 'o' was not declared in this scope
     return r%o;
              ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:25: error: 'o' was not declared in this scope
  ans=((powerr-arr(m,n))%o+o)%o;
                         ^

信息

递交者
类型
递交
题目
bucket
语言
C++
递交时间
2019-02-12 18:18:05
评测时间
2019-02-12 18:18:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes