Displays the error error: use of undeclared identifier 'with' .
#include <stdio.h> #include <cs50.h> #include <stdlib.h> #include <string.h> int main(int argc, string argv[]) { if (argc == 2) { string c, p; int k, n; k = atoi(argv[1]); p = get_string("enter text: "); n = strlen(p); for (int i = 0; i < n; i++) { с[i] = p[i] + k; printf("%c", c[i]); } } else { printf("you must pass two arguments."); return 1; } }