Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:12: error: expected initializer before '.' token
     int k,l.r;
            ^
/in/foo.cc:6:10: error: 'l' was not declared in this scope
  cin>>k>>l>>r;
          ^
/in/foo.cc:6:13: error: 'r' was not declared in this scope
  cin>>k>>l>>r;
             ^

信息

递交者
类型
自测
题目
P2585 小明的幸运数1级2 2023.9
语言
C++
递交时间
2024-12-01 20:08:40
评测时间
2024-12-01 20:08:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes