Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2024ustc-jianmu-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
compiler_staff
2024ustc-jianmu-compiler
Commits
7cfb0ce8
Commit
7cfb0ce8
authored
Sep 02, 2024
by
刘睿博
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix list unincluded
parent
32c9fbfa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/main.cpp
src/main.cpp
+2
-1
No files found.
src/main.cpp
View file @
7cfb0ce8
#include <iostream>
#include <iostream>
#include <list>
#include <string>
#include <string>
#include <stdio.h>
#include <stdio.h>
#include "Human.hpp"
#include "Human.hpp"
...
@@ -37,7 +38,7 @@ int main(int argc, char** argv){
...
@@ -37,7 +38,7 @@ int main(int argc, char** argv){
// std::list<int> list;
// std::list<int> list;
// list.push_back(1);
// list.push_back(1);
// for(auto i: list){
// for(auto i: list){
// list.remove(i);
// list.remove(i);
//TODO: Error 3 : why?
// }
// }
return
0
;
return
0
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment