This website works better with JavaScript.
Explore
Help
Register
Sign In
huanghai
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
python
/
C++课程
/
第一课开发环境安装
/
~
8 lines
95 B
Raw
Permalink
Blame
History
#include<iostream>
using namespace std;
int main()
{
cout<<9/8<<4*(6+3)%5<<endl;
return 0;
}
Reference in new issue
View Git Blame
Copy Permalink