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