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?
2 Réponses
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)
0
It's not local IDE you have to know that every action is depend from transfer ability of your network