Execution time | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Execution time

#include <iostream> using namespace std; int main() { cout<<"Hello, World!"<<endl; cout<<"I love programming"; return 0; } I just encoded everything you have in your example. Yet, I have noticed that the execution time to run my own program took 4seconds. What does this mean?

20th Jul 2019, 2:18 PM
Abraham Almerol
Abraham Almerol - avatar
2 Answers
0
in what compiler? if you are using sololearn compiler the 4 seconds may be because internet. if not, it should be in the order of microseconds(or nano)
20th Jul 2019, 2:20 PM
Bebida Roja
Bebida Roja - avatar
0
It's not local IDE you have to know that every action is depend from transfer ability of your network
20th Jul 2019, 3:19 PM
electron
electron - avatar