This website requires JavaScript.
Explore
Help
Sign in
ir
/
justhomework
Archived
Watch
1
Star
0
Fork
You've already forked justhomework
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-01-06
. You can view files and clone it, but cannot push or open issues or pull requests.
09379a8cf3
justhomework
/
SoftwareDesign
/
Code
/
ex01
/
main.cpp
8 lines
112 B
C++
Raw
Normal View
History
Unescape
Escape
哈哈了
2022-03-11 12:27:54 +00:00
#
include
"../inc/matrix.hpp"
建立新文件夹 && 编译器全面更换为clang
2022-03-11 08:43:27 +00:00
#
include
<stdio.h>
int
main
(
)
{
哈哈了
2022-03-11 12:27:54 +00:00
Matrix
<
int
>
a
(
2
,
2
)
;
printf
(
"
哈哈了
"
)
;
}
Reference in a new issue
Copy permalink