Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:10: error: expected initializer before '.' token
int n.m=0;
^
/in/foo.cc:6:10: error: 'n' was not declared in this scope
cin>>n;
^
/in/foo.cc:8:9: error: 'm' was not declared in this scope
m+=n*i+1;
^
/in/foo.cc:10:11: error: 'm' was not declared in this scope
cout<<m;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1033 计算
- 语言
- C++
- 递交时间
- 2024-07-04 16:14:32
- 评测时间
- 2024-07-04 16:14:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes