Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanbo committed Aug 18, 2016
1 parent 6715123 commit dc5974b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 355.cpp → 355.design_tweeter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Program: Design tweeter
Description:
Author: cshanbo@gmail.com
Date: 2016-08-17 09:00:37
Last modified: 2016-08-17 10:22:30
Last modified: 2016-08-18 21:26:14
GCC version: 4.9.3
*****************************************/

#include <vector>

#include <unordered_set>
#include <unordered_map>
using namespace std;

typedef struct tweet {
int id;
Expand Down

0 comments on commit dc5974b

Please sign in to comment.