Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102862031
main.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 23:26
Size
608 B
Mime Type
text/x-c
Expires
Wed, Feb 26, 23:26 (2 d)
Engine
blob
Format
Raw Data
Handle
24439854
Attached To
R7571 SP4E-TB-TL-FR
main.cc
View Options
/* -------------------------------------------------------------------------- */
#include <cstdlib>
#include <cmath>
#include <iostream>
/* -------------------------------------------------------------------------- */
void exo1(){
}
/* -------------------------------------------------------------------------- */
void exo2(){
}
/* -------------------------------------------------------------------------- */
void exo3(){
}
/* -------------------------------------------------------------------------- */
int main(int argc, char ** argv){
exo1();
exo2();
exo3();
return EXIT_SUCCESS;
}
Event Timeline
Log In to Comment