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