Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c99cb78

Browse files
Bosco SuenBosco Suen
Bosco Suen
authored and
Bosco Suen
committed
20200826
1 parent 624b130 commit c99cb78

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎Java/343.integer-break.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* @lc app=leetcode id=343 lang=java
3+
*
4+
* [343] Integer Break
5+
*/
6+
7+
// @lc code=start
8+
class Solution {
9+
public int integerBreak(int n) {
10+
11+
}
12+
}
13+
// @lc code=end
14+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /