当前位置:网站首页>//1.11 basic operators
//1.11 basic operators
2022-06-23 01:45:00 【kalada82】
//1.11 Basic operators
#include<stdio.h>
int main(){
printf("\n\n%d,%d\n",20/7,-20/7);
printf("%f,%f\n",20.0/7,-20.0/7);
return 0;
}
边栏推荐
- 3. compilation and linking principle
- On AI and its future trend | community essay solicitation
- C#.NET万能数据库访问封装类(ACCESS、SQLServer、Oracle)
- Population standard deviation and sample standard deviation
- Bc117 xiaolele walks up the steps
- 7.new, delete, OOP, this pointer
- Extend your kubernetes API using the aggregation API
- 关于打算做一个web的问题看板,需要使用哪些方面语言及数据库知识!
- C serializabledictionary serialization / deserialization
- Random decoding NLP
猜你喜欢

LeetCode 206. Reverse linked list (iteration + recursion)

Using WordPress to create a MySQL based education website (learning notes 2) (technical notes 1) xampp error1045 solution

Overview of visual object detection technology based on deep learning

Branch and loop statements (including goto statements) -part1

Autumn move script C
![[hdu] P6964 I love counting](/img/ff/f8e79d28758c9bd3019816c8f46723.png)
[hdu] P6964 I love counting

1. introduction to MySQL database connection pool function technology points

5. explain function overloading

8. destruct, construct, deep copy, shallow copy, assignment operator overload

fatal: refusing to merge unrelated histories
随机推荐
Why can't I access object properties in a for in loop in an object array
Thread local storage understanding
SQL programming task06 assignment - Autumn recruit secret script ABC
278. digital combination
Autumn move script B
Vscade personalization: let a cute girl knock the code with you
Install MySQL (5.7+8.0) through docker and configure master-slave replication (gtid+ enhanced semi synchronization)
Similar to attention NLP
Using WordPress to create a MySQL based education website (learning notes 2) (technical notes 1) xampp error1045 solution
Real topic of the 2020 Landbridge cup provincial competition - go square (dp/dfs)
[Title Fine brushing] 2023 Hesai FPGA
How to type Redux actions and Redux reducers in TypeScript?
Component development
Pat class A - 1014 waiting in line (bank queuing problem | queue+ simulation)
B tree and b+ tree
Vector 1 (classes and objects)
Browser independent way to detect when image has been loaded
Array part
Muduo simple usage
Debian10 create users, user groups, switch users