Problem area_noi
User duck
Submission Time 2023-11-20 21:13:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:8:22: error: ‘frames’ was not declared in this scope
8 | int properties;cin>>frames;
| ^~~~~~
area_noi.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
area_noi.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^