Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
printing float pointers
Assignment 7
left significant peace as unison real manual user
Valor fuera del intervalo
sum of min and max
Data Types
A_141128_MatricesProducto
b=1,c=1
20171117_TARTAGLIA
Project 3 Part 1 v2.1
Please log in to post a comment.