fork download
#include <iostream>
#include <cmath>
using namespace std;

int main() {
	// your code goes here
	double x = 550 / 100.0;
	cout << round(x);
	return 0;
}
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
6