热门

最新

红包

立Flag

投票

同城

我的

发布
wb175208
wb175208
5 年前
truewb175208

沉没成本:今天做的成本只会影响未来,而不是过去

CSDN App 扫码分享
分享
评论
5
打赏
  • 复制链接
  • 举报
下一条:
$ 小学奥数#include<stdio.h>#include<iostream>#include<unistd.h>#include<string>using namespace std; int main(){ string str = "\t\tjiajia\taidi\tweier\n"; cout << str << endl; for(int i = 1; i < 66; i++) { if(i == 1) cout << "1\tround" << "\t"; if(i % 2 == 0) cout << i << "\t"; if(i % 6 == 0) cout << endl << 1 + i++ / 6 <<"\t" <<"round" << "\t"; } usleep(900000); cout << endl;}$
立即登录