Code
#include <stdio.h>
int main(){
//SAYED AL MAMUN_LU
int n;
scanf("%d",&n);
for(int i = 0; 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:20:22
- Judged At
- 2024-11-11 03:46:45
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 284.0 KiB