Code
#include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
for(int i=0;i<a;i++)
{
printf("I love programming\n");
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1018 Show your dedication
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-01-06 19:49:31
- Judged At
- 2024-11-11 03:43:46
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 320.0 KiB