评测信息

运行ID: 48148
src.cpp: In function 'int main()':
src.cpp:7:1: error: 'L' was not declared in this scope
L L int ans=0;
^
src.cpp:15:1: error: 'ans' was not declared in this scope
ans =temp;
^
src.cpp:17:7: error: 'ans' was not declared in this scope
cout<<ans;
^