【求助】a function-definition is not allowed here before ’{‘ token error: expected ‘}’ at end of input

原题: 求素数之和还是素数吗
[问题描述]任意输入20个正整数,找出其中的素数,并将这些素数相加得到总和sum。要求:编程判断该sum是否依然为素数,是则输出yes,不是则输出no。
[样例输入]95 68 70 37 55 2 5 74 71 48 47 49 38 15 14 78 46 75 85 11
[样例输出]yes

 这样报错是为什么,应该怎么改/(ㄒoㄒ

------------------------------------------------------代码如下------------------------------------------------------

#include<iostream>
using namespace std;
#define N 20
void f2(int n)
{
    int j;
    if(n=2)
        cout<<"yes"<<endl;
      for (j >2; j <n; j++)
        if (n % j == 0)
           cou
Arduino:1.8.10 (Windows 10), 开发板:"Arduino/Genuino Uno" C:\Users\12910\Desktop\4_test\4_test.ino: In function 'void duoji1_right()': 4_test:94:19: error: a function-definition is not allowed here before '{' token void duoji2_left(){ ^ 4_test:100:20: error: a function-definition is not allowed here before '{' token void duoji2_right(){ ^ 4_test:106:19: error: a function-definition is not allowed here before '{' token void duoji3_move(){ ^ 4_test:115:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:125:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:134:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:144:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:153:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:162:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:171:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:183:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:197:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:207:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:220:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:235:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:250:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:264:1: error: a function-definition is not allowed here before '{' token { ^ 4_test:274:1: error: expected '}' at end of input } ^ "Servo.h" 对应多个库 已使用: D:\Arduino\libraries\Servo "IRremote.hpp" 对应多个库 已使用: C:\Users\12910\Documents\Arduino\libraries\IRremote exit status 1 a function-definition is not allowed her
最新发布
06-26
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值