【Deep Learning】初学者用chainer为线描上色,效果意外的好(翻译自Qiita)(分享自知乎网)https://zhuanlan.zhihu.com/p/24712438?utm_source=org.telegram.messenger&utm_medium=social
Forwarded from 𝙏𝙧𝙤𝙮 𝘾𝙝𝙖𝙣𝙣𝙚𝙡
程序猿加班回到家,母亲递过一碗刚煮好的饺子,程序猿十分感动,接过去就大口吞进一个饺子,突然脸色不对,把饺子吐出来大喊:
#include <iostream>
using namespace std;
int main () {char a[50];
cout << a << endl;
system ("pause");return 0;
}