#include <stdio.h>
#include <time.h>
int main() {
clock_t start = clock();
/* The program code is here */
printf("Time elapsed: %f\n", ((double)clock() - start) / CLOCKS_PER_SEC);
return 0;
}
The most beautiful thing we can experience is the mysterious, it is the source of all true art and science.
Imagination is more important than knowledge.
Subscribe to:
Post Comments (Atom)
3ala fekra ana elly edetoh el code dah :D
ReplyDeleteThanks,
sincerely,
Mohammad Kotb
:P:P
ReplyDelete