Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/E869120/math-algorithm-book
/ main
Function
main
codes/cpp/Code_2_04_1.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
using namespace std;
3
4
int main() {
5
int N;
6
cin >> N;
7
cout << 2 * N + 3 << endl;
8
return 0;
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected