🔒 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
  • 905
    Views
  • 1
    Participants
Last reply from:
klevie_04

Trending Topics

Online now

Members online
1,198
Guests online
3,824
Total visitors
5,022

Forum statistics

Threads
2,329,198
Posts
29,246,940
Members
1,156,314
Latest member
loid1992
Back
Top