Record Detail

Compile Error

/in/ex1.c: In function 'main':
/in/ex1.c:24:20: error: conversion to 'char' from 'int' may alter its value [-Werror=conversion]
             c[i] = (int)c[i] - 'A'+'a';
                    ^
/in/ex1.c:43:17: error: 'b' undeclared (first use in this function)
                 b[k]=a[j];
                 ^
/in/ex1.c:43:17: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Problem
Mid2 Ex1
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:20:28
Judged At
2022-07-08 16:04:37
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes