/ SeriousOJ /

Record Detail

Memory Exceeded


  
# Status Time Cost Memory Cost
#1 Memory Exceeded ≥1082ms ≥64.016 MiB
#2 Memory Exceeded ≥1067ms ≥64.016 MiB

Code

#include <stdio.h>

int main()
{
	int n;
	scanf("%d",&n);
	int i=0;
	while(i<=n){
		printf("(I love programming");
		printf("\n");
			   
			   }
			   
    //printf("hello, world\n");
			   return 0;
}

Information

Submit By
Type
Submission
Problem
P1018 Show your dedication
Contest
Brain booster - 1
Language
C99 (GCC 13.2.0)
Submit At
2023-12-31 13:27:36
Judged At
2024-10-03 14:06:38
Judged By
Score
0
Total Time
≥1082ms
Peak Memory
≥64.016 MiB