What is wrong with the following program?
#include
#include
using std; //Line 3
int main() //Line 4
{ //Line 5
std::cout << pow(3, 4.0) << endl; //Line 6
return 0; //Line 7
}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.