Code
#include <stdio.h>
int main() {
int N;
scanf("%d",&N);
for(int i=1;i<=N;i++)
{
printf("I love programming\n");
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1018 Show your dedication
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-04-23 12:07:08
- Judged At
- 2025-04-23 12:07:08
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 588.0 KiB