在那个代码我遇到了问题。它无限期地读取,我不知道如何阻止它
App.Router.map(function() {
this.resource('records', function() {
// this.route('index') is created automatically in here
this.route('new');
});
this.route('about');
});
我需要在阅读时停止它 这是输入文件:
while(scanf("%d",&v[++n])){
fr[v[n]]++;
}
输出文件是:
5 6 4 1 2
5 7 2