i wrote this program using Dev++ but it only freezes when it runs, where did i go wrong??

Here's the code:
#include<iostream>
using namespace std;
int main(){
int numbers;
...