#include int main() { for (int i = 0; i < 10; i++) { #pragma oss task printf("hello from task %d\n", i); } return 0; }