Wrong Answer
Code
#include <stdio.h>
int main(){
int M;
int N;
char Mstring[20];
char Nstring[20];
scanf("%d %d %s %s",&M, &N);
if(1<=M && M<=100){
printf("welcome",M);
}
else if(1<=M && M<=1000){
printf("Sorry not on the list",N);
}
else{
printf("Already inside",M,N);
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1227 LUCC Party Check-in
- Contest
- LUCC Presents Kick & Code Intra LU Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-09-01 07:05:08
- Judged At
- 2025-09-01 07:05:08
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 284.0 KiB