Run »
×
Change Orientation
#include
#include
using namespace std; int main() { cout << sqrt(64) << "\n"; cout << round(2.6) << "\n"; cout << log(2) << "\n"; return 0; }
8
3
0.693147
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit