🔒 Closed Basic Loading in C++

Status
Not open for further replies.

klevie_04

Journeyman
#include <stdio.h>
#include <stdlib.h>

int main()
{
for (int i=0; i<=80; i++)
{
printf("%c",177);
for(int j=0; j<=1000000; j++)
{
}

}
return 0;
}
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 890
    Views
  • 1
    Participants
Last reply from:
klevie_04

Trending Topics

Online now

Members online
606
Guests online
2,202
Total visitors
2,808

Forum statistics

Threads
2,292,360
Posts
29,076,237
Members
1,210,300
Latest member
zeekee
Back
Top