/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 0ms 284.0 KiB
#2 Wrong Answer 0ms 392.0 KiB

Code

#include<stdio.h>
int main(){
  int M;
  printf("enter an integer\n");
  if(1<=M && M<=100){
    printf("Welcome");
  }
  else if(M==1){
    printf("the name of invited list\n");
  }
  else if(1<=M && M<=1000){
    printf("Welcome to the program\n");
  }
  else if(M==0){
    printf("not in the list\n");
  }
  else{
	  printf("already entered");
  }
}

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:08:29
Judged At
2025-09-01 06:08:29
Judged By
Score
0
Total Time
0ms
Peak Memory
392.0 KiB