/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:18:15: error: 'scanf' was not declared in this scope
  scanf("%d",&N);
               ^
foo.cpp:17:6: warning: unused variable 'money' [-Wunused-variable]
  int money[100],most,total; 
      ^
foo.cpp:17:17: warning: unused variable 'most' [-Wunused-variable]
  int money[100],most,total; 
                 ^

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2015-09-15 04:00:58
评测时间
2015-09-15 04:00:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes