Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(a=0.00){
           ^
/in/foo.cc:14:9: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations]
   num[i]=a;
   ~~~~~~^~
/in/foo.cc:7:15: note: within this loop
  for(int i=1;i<=10;i++){
              ~^~~~
/in/foo.cc:17:18: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized]
     for(int j=1;j<=n;j++){
                 ~^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - function
 - 比赛
 - 初二普及组模拟赛0914
 - 语言
 - C++
 - 递交时间
 - 2018-09-15 09:18:42
 - 评测时间
 - 2018-09-15 09:18:42
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 32ms
 - 峰值内存
 - 372.0 KiB