Run id: 148280

Main.cc: In function 'int main()':
Main.cc:9:4: error: 'numbers' was not declared in this scope
    numbers = []
    ^
Main.cc: In lambda function:
Main.cc:10:1: error: expected '{' before 'print'
 print("请输入10个整数:")
 ^