#include <iostream> int main(){ for(auto i : {2, 3, 5, 7, 11, 13, 17}) { std::cout << i << " "; }}
Standard input is empty
2 3 5 7 11 13 17
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!