Wrong Answer
Code
#include <stdio.h>
int main(){
int M,N;
char string [20];
if(1<=M && M<=100){
printf("Welcome",M);
}
else if(1<=M && M<=1000){
printf("Already inside",N);
}
else{
printf("Sorry,not on the list");
}
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 06:12:57
- Judged At
- 2025-09-01 06:12:57
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 284.0 KiB