What is Nostr?
dave /
npub1tsg…htk4
2023-02-13 04:21:40
in reply to nevent1q…q5v7

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;
}
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4