Code
#include <stdio.h>
int main()
{
int N;
scanf("%d", &N);
for(int i = 1; i<=N; i++)
{
printf("I love programming\n");
}
}
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:19:01
- Judged At
- 2024-11-11 03:46:45
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 576.0 KiB