/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:10: error: 'A' was not declared in this scope
          A=a[i]*100+a[j]*10+a[k];
          ^
/in/foo.cc:13:7: error: 'B' was not declared in this scope
       B=a[l]*10+a[m];
       ^
/in/foo.cc:14:7: error: 'C' was not declared in this scope
       C=
       ^
/in/foo.cc:16:6: error: expected primary-expression before '}' token
      }
      ^

信息

递交者
类型
递交
题目
P1749 乘法竖式[2]
语言
C++
递交时间
2023-03-17 15:30:09
评测时间
2023-03-17 15:30:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes