#include <iostream> int main() { int x =1 ; for (int i=3; i<5; i++){ x +=i; } std::cout << x; return 0;}
Standard input is empty
8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!