#include <iostream>using namespace std;int ile(int k) { return k*k;}int main() { cout<<ile(7)<<endl; cout<<ile(8)<<endl; return 0;}
Standard input is empty
49 64
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!