Wrong Answer
Code
int main(){
int x;
printf("Parity:",x);
scanf("%d",&x);
printf("Enter your number:");
if(x==0) {
printf("%d: is parity",x);
}
else
printf("%d: is not parity",x);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1232 Parity
- Contest
- LUCC Presents Kick & Code Intra LU Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-09-01 05:55:01
- Judged At
- 2025-09-01 05:55:01
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 368.0 KiB