Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-6
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { omp_set_num_threads(5); #pragma omp parallel { printf(" %d ", omp_get_num_threads()); } return 0; }
run
|
edit
|
history
|
help
0
A_141128_MatricesProducto
Building squares using smallest amount of matches
Exploiting uninitialized variable 2
decimalespi
Test 3
A_141124_arrayMaxMin01
Vowel Assignment
Spring 2017 Lab 4 v1.1
C_141127:MatricesUnSoloIndice
Multiples of 10 sum