Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/E869120/math-algorithm-book
/ main
Function
main
codes/cpp/Code_5_06_1.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
int main() {
15
cin >> A >> B;
16
for (int i = 1; i <= B; i++) {
17
if (shou_mondai(i) == true) Answer = i;
18
}
19
cout << Answer << endl;
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
shou_mondai
Function · 0.70
Tested by
no test coverage detected