Banner Home Page DIY Contests Problems Ranklist Status Statistics
比赛延长20min,9点半结束!!!

View Compilation Error

2_28700_2183376_11506.cpp: In function 'int main()':
2_28700_2183376_11506.cpp:7:7: error: expected ';' before '{' token
  scanf{"%d",&t};
       ^
2_28700_2183376_11506.cpp:13:9: error: expected ';' before '{' token
    scanf{"%s",a};
         ^
2_28700_2183376_11506.cpp:14:25: error: lvalue required as left operand of assignment
    if(strcmp("zhuzhu",a)=0)
                         ^