Memory Exceeded
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-11-11 03:46:42
- Judged By
- Score
- 0
- Total Time
- ≥1085ms
- Peak Memory
- ≥64.016 MiB