0_0_29699360_5675.cpp: In function 'int main()':
0_0_29699360_5675.cpp:4:2: error: 'cin' was not declared in this scope
cin >> T;
^
0_0_29699360_5675.cpp:8:48: error: 'scanf' was not declared in this scope
scanf("%lf%lf%lf%lf", &V1, &V2, &R, &D);
^
0_0_29699360_5675.cpp:9:44: error: 'asin' was not declared in this scope
double ans = R / V1 * asin(V1 / V2);
^
0_0_29699360_5675.cpp:11:5: error: 'cout' was not declared in this scope
cout << "Why give up treatment" << endl;
^
0_0_29699360_5675.cpp:11:40: error: 'endl' was not declared in this scope
cout << "Why give up treatment" << endl;
^
0_0_29699360_5675.cpp:12:9: error: 'cout' was not declared in this scope
else cout << "Wake up to code" << endl;
^
0_0_29699360_5675.cpp:12:38: error: 'endl' was not declared in this scope
else cout << "Wake up to code" << endl;
^
|