Wrong Answer
Code
#include<stdio.h>
int main(){
int n;
scanf("%d",&n);
printf("%d",n+(n/2)+(n/4)+(n/8)+(n/16)+(n/32)+(n/48)+(n/96));
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1176 Free chocolate
- Contest
- Intra LU IEEE Beginner Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-02-26 06:34:12
- Judged At
- 2025-02-26 06:34:12
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 596.0 KiB