Wrong Answer
Code
#include<stdio.h>
int main()
{
int N;
scanf("%d",&N);
int cal=N/2;
int col=N/cal;
printf("%d\n",col);
}
Information
- Submit By
- Type
- Submission
- Problem
- P1106 too easy or three easy
- Contest
- Brain Booster #6
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-10-03 15:48:41
- Judged At
- 2024-11-11 02:49:58
- Judged By
- Score
- 10
- Total Time
- 1ms
- Peak Memory
- 356.0 KiB