Life, The Universe And Everything problem Spoj Solution Get link Facebook X Pinterest Email Other Apps - August 07, 2022 #include <iostream>using namespace std;int main() { int n ; while(1) { cin>>n; if(n==42) { break; } cout<<n<<endl; } return 0;} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment