评测信息
            运行ID: 10919
        
        
            src.c:21:6: error: conflicting types for 'wmy'
void wmy(int a,int b,int c)
^
src.c:5:9: note: previous declaration of 'wmy' was here
int wmy(int a,int b,int c);
^
        
    void wmy(int a,int b,int c)
^
src.c:5:9: note: previous declaration of 'wmy' was here
int wmy(int a,int b,int c);
^