Wrong Answer
Code
#include<stdio.h>
int main(){
int c,g,i,count;
scanf("%d", &g);
for(int j=1;j<=g;j++){
count=0;
scanf("%d",&c);
for(i=1;i<=c;i+=2){
count++;
}
printf("%d", count);
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1041 Odd number
- Contest
- TLE_Headquarters - round #1
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-03-27 16:58:52
- Judged At
- 2024-11-11 03:37:53
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 324.0 KiB