Wrong Answer
Code
#include <stdio.h>
int main()
{
int N;
scanf("%d",&N);
int odd = (N+1)/2;
printf("%d",odd);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1041 Odd number
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-04-23 14:15:11
- Judged At
- 2025-04-23 14:15:11
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 284.0 KiB