记录详情

Compile Error

/in/foo.cc:44:1: error: expected ';' after struct definition
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:59:2: error: 'a' was not declared in this scope
  a.len = strlen(s1);
  ^
/in/foo.cc:60:2: error: 'b' was not declared in this scope
  b.len = strlen(s2);
  ^
/in/foo.cc:95:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
自测
题目
A11-1 高精度整数与常规整数的乘法
语言
C++
递交时间
2019-03-17 20:50:21
评测时间
2019-03-17 20:50:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes