程序員的表白代碼
站在用戶的角度思考問題,與客戶深入溝通,找到澗西網(wǎng)站設(shè)計與澗西網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗,讓設(shè)計與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個性化、用戶體驗好的作品,建站類型包括:成都做網(wǎng)站、網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣、空間域名、網(wǎng)絡(luò)空間、企業(yè)郵箱。業(yè)務(wù)覆蓋澗西地區(qū)。
第一條語言:Java代碼翻譯:直到死之前,每天愛你多一點代碼:while(lifeend){love++;}
第二條語言:C語言代碼翻譯:IcannotsayHellototheWorldwithoutu.代碼:#incldestdio.hintmain(){printf(HelloWorldn);retrn0;}//IcannotsayHellototheWorldwithoutu.
第三條語言:python代碼翻譯:山無陵,江水為竭,冬雷震震,夏雨雪,天地合,乃敢與君絕!代碼:if(mountain.arris==None):if(river.water==None):if(winter.thunder==True):if(summer.snow==True):if(sky.height==ground.height):i.withyou=Falseelse:i.withyou=True.
第四條語言:Erlang代碼代碼翻譯:深圳相遇,至死不渝代碼:-module(you_and_me).-export([start/1]).-record(person,{name,address,status}).start(Name)-one_world(Name).one_world(Name)keep_to_love_you(Person).say_goodbye(Person)-io:format(~p:seeyounextworld!~n,[Person#person.name]).see_you_next_world(Name)-one_world(Name).
第五條語言:Java語言代碼翻譯:愛你到天荒地老代碼:while(!world.destroy){System.out.println(iloveyou);}
import?java.util.Scanner;
public?class?LoveTest?{
static?Scanner?sc=new?Scanner(System.in);
public?static?void?main(String[]?args)?{
while(true)?{
System.out.println("請輸入:520");
if(!(sc.nextLine().equals("520")))?{
System.out.println("輸入錯誤!");
}else?{
System.out.println("我愛你!");
break;
}
}
System.out.println("回答正確,程序結(jié)束!");
}
}
很簡單,八進制的標(biāo)志是開頭是0
int=01010
編譯器把你這個int當(dāng)作八進制了,它對應(yīng)的10進制正好就是520