gpt4 book ai didi

c - 单字母密码无法正常工作

转载 作者:行者123 更新时间:2023-11-30 16:53:43 27 4
gpt4 key购买 nike

这是我的代码。 C 中的替换密码。但我在这一行收到错误:char *encryption (char cipher_text[]) { 此处不允许函数定义。我认为可能“主要”功能的地方不对。我该如何修复它?顺便问一下,我如何为这段代码生成随机字母表?非常感谢。

#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <ctype.h>
#include <string.h>


char *encryption (char cipher_text[]) {
int i, val, j;
printf("\n abcdefghijklmnopqrstuvwxyz \n");

最佳答案

您不能在另一个函数中定义一个函数。加密在 main 中定义:/

关于c - 单字母密码无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40767233/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com