2016年7月9日
摘要: #include <omp.h>#include <stdio.h>#include <stdlib.h> void test(int n){ for (int i = 0; i < 1000000; i++) { } printf("%d,",n);} int main(){//#pragma o 阅读全文
posted @ 2016-07-09 12:01 北海盗 阅读(290) 评论(0) 推荐(0) 编辑