K12教育赛事综合服务平台
专注青少年竞赛题库网站
聚乐之家官方网站
下载聚乐之家官方App
#include <iostream> using namespace std; int main() { int a = 5; int b = a + 3; int c = b - 2; cout << c; return 0; }
6
8
5
10