dave on Nostr: 愿得春归日,百花争艳。 锦鳞漾池塘,柳梢细蜻蜓。 ...
愿得春归日,百花争艳。
锦鳞漾池塘,柳梢细蜻蜓。
人间春雨晴,绿柳拂春空。
//程序代码
//神庙逃亡程序
int main(){
bool isatDoor = false;
int attempts = 0;
do{
//试着逃出去
attempts++;
isatDoor = tryEscape();
}while(!isatDoor && attempts < 3);
if(isatDoor){
cout << "You escaped the maze!";
}
else{
cout << "You were unsuccessful.";
}
return 0;
}
Published at
2023-02-13 04:21:40Event JSON
{
"id": "e320d4c019d0d45722448a19fae3bce9bfd231ccdbac9af7a8da8e63b2a48f45",
"pubkey": "5c10ed0678805156d39ef1ef6d46110fe1e7e590ae04986ccf48ba1299cb53e2",
"created_at": 1676262100,
"kind": 1,
"tags": [
[
"e",
"218ed095734cadbbf7b4a39d72947d3de405ac53cba92efaf3bc2c64343061a7",
"",
"root"
],
[
"e",
"bc48e737c89094b20937d0f3f1fc180e8ec558e44a41a75317579c1f4666ca37",
"",
"reply"
],
[
"p",
"12c20e25044acaeb1a7a98d7bc56a3efaddaacce70def223f879f30e672e1312"
]
],
"content": "愿得春归日,百花争艳。\n锦鳞漾池塘,柳梢细蜻蜓。\n人间春雨晴,绿柳拂春空。\n\n//程序代码\n//神庙逃亡程序\nint main(){\n bool isatDoor = false;\n int attempts = 0;\n\n do{\n //试着逃出去\n attempts++;\n isatDoor = tryEscape();\n }while(!isatDoor \u0026\u0026 attempts \u003c 3);\n\n if(isatDoor){\n cout \u003c\u003c \"You escaped the maze!\";\n }\n else{\n cout \u003c\u003c \"You were unsuccessful.\";\n }\n return 0; \n}",
"sig": "6c657120eb0d7786521cfc08d75bd26e92b696b6755a5dcce1a5577f44f474bcd80a3b5c9687d26a28a6440863b5fbc708898275d891078db8bc4ec46270df7e"
}