Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94687 唐安轩 13自由落体 C++ Compile Error 0 MS 0 KB 209 2024-10-26 11:03:16

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ double n=100,c=100; for(int i=1;i<=11;i++){ n=n/2; c=c+2*h; } printf("%.6lf" "%.6lf",n,c) return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:15: error: 'h' was not declared in this scope
         c=c+2*h;
               ^
Main.cc:11:5: error: expected ';' before 'return'
     return 0;
     ^