Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-8
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { int sum=0; #pragma omp parallel #pragma omp for for(int i=1; i<=10; i++) { sum+=i; } printf("Sum of first 10 numbers: %d", sum); return 0; }
run
|
edit
|
history
|
help
0
la profe
Lab 9 v0.965
Project 3 Part 1 v1.0
Simple interest
22nd HW Switchv0.24
C_141127_MatrizProducto
A_141121_factorial02
MailingList
B_141212_OrdenarArray
Mem alloc test