Code
#include<stdio.h>
int main()
{int n;
scanf("%d",&n);
for(int i=0; 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
- 2024-01-23 03:35:40
- Judged At
- 2024-11-11 03:43:28
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 284.0 KiB