#include <iostream>using namespace std; int main() {float a = 12;float b = 32;float c = 98;float srednia = (a + b + c) / 3;cout << srednia; return 0;}
Standard input is empty
47.3333
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!