cw7-3.cpp
来自「This is a part of exercises with book St」· C++ 代码 · 共 8 行
CPP
8 行
#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>
#define dzielnik 2
int main()
{
int liczba = 0,i = 0,l_parzyste = 0,s_parzyste = 0,l_nieparzyste = 0,s_nieparzyste = 0;
printf("Podaj liczb
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?