Movatterモバイル変換


[0]ホーム

URL:


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

Commitcf9c2c9

Browse files
refactor 223
1 parenta08235d commitcf9c2c9

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-13
lines changed

‎src/main/java/com/fishercoder/solutions/_223.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
packagecom.fishercoder.solutions;
22

3-
/**
4-
* 223. Rectangle Area
5-
*
6-
* Find the total area covered by two rectilinear rectangles in a 2D plane.
7-
* Each rectangle is defined by its bottom left corner and top right corner as shown in the figure.
8-
* Rectangle Area
9-
10-
Example:
11-
12-
Input: A = -3, B = 0, C = 3, D = 4, E = 0, F = -1, G = 9, H = 2
13-
Output: 45
14-
15-
Note: Assume that the total area is never beyond the maximum possible value of int.*/
163
publicclass_223 {
174

185
publicstaticclassSolution1 {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp