题解 SP1 TEST - Life, the Universe, and Everything

Posted douglas-zhou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了题解 SP1 TEST - Life, the Universe, and Everything相关的知识,希望对你有一定的参考价值。

题解 SP1 【TEST - Life, the Universe, and Everything】

这是一道SPOJ的试机题,题目简单,但是还是不像A+B problem那样简单。

解题思路:(For 像我这样的新手们的)边读入边输出,这个程序在你的电脑上可能会得到很奇怪的答案,但是这在算法竞赛中是可以的。对于42以后的甚至可以不用读入了。

#include<bits/stdc++.h>
using namespace std;
int main()
{
    int a;
    while(1){
        cin>>a;
        if(a==42)break;
        cout<<a<<endl; 
    } 
}

  

以上是关于题解 SP1 TEST - Life, the Universe, and Everything的主要内容,如果未能解决你的问题,请参考以下文章

[SP1][Luogu]TEST : Life, the Universe, and Everything

CodeforcesRound#749(Div.1.2basedonTechnocup2022EliminationRound1)-D.Omkar and the Meaning of Life-题解

题解Ehab the Xorcist

在控制台中重新加载代码

题解 POJ3728The merchant(LCA)

Cherish life and embrace the life