Horje
life the universe and everything solution c++ Code Example
life the universe and everything solution c++
#include <iostream>

int main()
{
    int input ;
    while( std::cin >> input && input != 42 ) std::cout << '\t' << input << '\n' ;
    while( std::cin >> input ) ;
}




Cpp

Related
bash find into array Code Example bash find into array Code Example
sort vector of strings Code Example sort vector of strings Code Example
rand() c++ Code Example rand() c++ Code Example
creare array con c++ Code Example creare array con c++ Code Example
c++ get maximum value unsigned int Code Example c++ get maximum value unsigned int Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8