美满机器猫

文章
5
资源
0
加入时间
3年2月1天

module.exports与exports的区别

API文档是枯燥的,下面本人收集了一些论坛经常有人疑问和开源代码中经常遇到的案例供大家研究一下。http://blog.whattoc.com/2013/09/11/nodejs_api_module_2md/module.exports与exports的区别每一个node.js执行文件,都自动创建一个module对象,同时,module对象会创建一个叫exports的

Codeforces 263A Beautiful Matrix

#define _CRT_SECURE_NO_WARNINGS#include <iostream>#include <cstdio>#include <math.h>#include <string>using namespace std;int main() { int temp[6][6]; int x = 0; i